Changeset 8677 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 08/19/07 13:21:29 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8673 r8677 702 702 fBatch = new TList; 703 703 fBatch->SetOwner(); 704 fBatch->SetBit(kMustCleanup); 705 gROOT->GetListOfCleanups()->Add(fBatch); 704 706 705 707 // … … 1011 1013 { 1012 1014 /* 1013 if ( HasCanvas(name))1015 if (GetCanvas(name)) 1014 1016 { 1015 1017 *fLog << warn; … … 1025 1027 1026 1028 TCanvas *c = new TCanvas(name, name, -cw, ch); 1027 1028 gROOT->GetListOfCanvases()->Remove(c);1029 1030 1029 fBatch->Add(c); 1031 1030 return *c;
Note:
See TracChangeset
for help on using the changeset viewer.