Ignore:
Timestamp:
11/08/01 15:00:25 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1039 r1057  
    8686    fRadioButton1->SetState(kButtonDown);
    8787
    88     /* FIXME:
    89      fList->Add(fRadioButton1);
    90      fList->Add(fRadioButton2);
    91      fList->Add(fRadioButton3);
    92     */
     88    /*
     89     WARNING:
     90     Bacause of some strage and hidden dependencies the
     91     GetMaiFrame call in the destructor of TGButton may fail if some
     92     of the other gui elemts is deleted first.
     93     AddFirst adds the buttons at the beginning of the deletion list,
     94     this seems to work.
     95     */
     96    fList->AddFirst(fRadioButton1);
     97    fList->AddFirst(fRadioButton2);
     98    fList->AddFirst(fRadioButton3);
    9399
    94100    //
Note: See TracChangeset for help on using the changeset viewer.