Ignore:
Timestamp:
01/31/05 19:24:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5974 r6159  
    793793TCanvas *MStatusDisplay::GetCanvas(const TString &name) const
    794794{
     795    if (gROOT->IsBatch())
     796        return (TCanvas*)fBatch->FindObject(name);
     797
    795798    TGFrameElement *f;
    796799    TIter Next(fTab->GetList());
     
    16601663    TCanvas *c;
    16611664    while ((c=(TCanvas*)Next()))
    1662         if (!GetCanvas(c->GetName()))
     1665        //if (!GetCanvas(c->GetName()))
    16631666            DrawClonePad(AddTab(c->GetName()), *c);
    16641667
Note: See TracChangeset for help on using the changeset viewer.