Changeset 9580 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 05/05/10 10:03:14 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r9578 r9580 790 790 MapWindow(); 791 791 792 UpdateMemory(); 793 792 794 // FIXME: This is a workaround, because TApplication::Run is not 793 795 // thread safe against ProcessEvents. We assume, that if … … 1010 1012 MapSubwindows(); 1011 1013 Layout(); 1014 1015 UpdateMemory(); 1012 1016 1013 1017 // display new tab in the main frame … … 1164 1168 Layout(); // layout the embedded canvas in the frame 1165 1169 1170 UpdateMemory(); 1171 1166 1172 // display new tab in the main frame 1167 1173 // FIXME: This is a workaround, because TApplication::Run is not … … 1442 1448 MapSubwindows(); // maps the TGCompositeFrame 1443 1449 Layout(); // layout the embedded canvas in the frame 1450 1451 UpdateMemory(); 1444 1452 1445 1453 // display new tab in the main frame … … 2253 2261 // FIXME: This is a workaround for the problem with the MAstroCatalog in 2254 2262 // 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); 2257 2265 2258 2266 // Add the clone and its draw-option to the current pad
Note:
See TracChangeset
for help on using the changeset viewer.