Ignore:
Timestamp:
05/05/10 10:03:14 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc

    r9578 r9580  
    790790    MapWindow();
    791791
     792    UpdateMemory();
     793
    792794    // FIXME: This is a workaround, because TApplication::Run is not
    793795    //        thread safe against ProcessEvents. We assume, that if
     
    10101012    MapSubwindows();
    10111013    Layout();
     1014
     1015    UpdateMemory();
    10121016
    10131017    // display new tab in the main frame
     
    11641168    Layout();          // layout the embedded canvas in the frame
    11651169
     1170    UpdateMemory();
     1171
    11661172    // display new tab in the main frame
    11671173    // FIXME: This is a workaround, because TApplication::Run is not
     
    14421448    MapSubwindows();   // maps the TGCompositeFrame
    14431449    Layout();          // layout the embedded canvas in the frame
     1450
     1451    UpdateMemory();
    14441452
    14451453    // display new tab in the main frame
     
    22532261        // FIXME: This is a workaround for the problem with the MAstroCatalog in
    22542262        // MHFalseSource. It doesn't harm. We'll still try to find the reason
    2255         if (clone->IsA()==TPad::Class())
    2256             gROOT->GetListOfCleanups()->Add(clone);
     2263        //if (clone->IsA()==TPad::Class())
     2264        //    gROOT->GetListOfCleanups()->Add(clone);
    22572265
    22582266        // Add the clone and its draw-option to the current pad
Note: See TracChangeset for help on using the changeset viewer.