Ignore:
Timestamp:
08/19/07 13:21:29 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8673 r8677  
    702702    fBatch = new TList;
    703703    fBatch->SetOwner();
     704    fBatch->SetBit(kMustCleanup);
     705    gROOT->GetListOfCleanups()->Add(fBatch);
    704706
    705707    //
     
    10111013{
    10121014    /*
    1013     if (HasCanvas(name))
     1015    if (GetCanvas(name))
    10141016    {
    10151017        *fLog << warn;
     
    10251027
    10261028        TCanvas *c = new TCanvas(name, name, -cw, ch);
    1027 
    1028         gROOT->GetListOfCanvases()->Remove(c);
    1029 
    10301029        fBatch->Add(c);
    10311030        return *c;
Note: See TracChangeset for help on using the changeset viewer.