Ignore:
Timestamp:
10/24/01 15:40:24 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc

    r988 r989  
    8585    fRadioButton3 = new TGRadioButton(group, "Use a number of trigger conditions (1..n).");
    8686
    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    */
    9094
    9195    //
Note: See TracChangeset for help on using the changeset viewer.