Changeset 989 for trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
- Timestamp:
- 10/24/01 15:40:24 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
r988 r989 85 85 fRadioButton3 = new TGRadioButton(group, "Use a number of trigger conditions (1..n)."); 86 86 87 fList->Add(fRadioButton1); 88 fList->Add(fRadioButton2); 89 fList->Add(fRadioButton3); 87 /* 88 FIXME: ~TGRadioButton fails with segfault in GetMainFrame 89 90 fList->Add(fRadioButton1); 91 fList->Add(fRadioButton2); 92 fList->Add(fRadioButton3); 93 */ 90 94 91 95 //
Note:
See TracChangeset
for help on using the changeset viewer.