Changeset 6159 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/31/05 19:24:47 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r5974 r6159 793 793 TCanvas *MStatusDisplay::GetCanvas(const TString &name) const 794 794 { 795 if (gROOT->IsBatch()) 796 return (TCanvas*)fBatch->FindObject(name); 797 795 798 TGFrameElement *f; 796 799 TIter Next(fTab->GetList()); … … 1660 1663 TCanvas *c; 1661 1664 while ((c=(TCanvas*)Next())) 1662 if (!GetCanvas(c->GetName()))1665 //if (!GetCanvas(c->GetName())) 1663 1666 DrawClonePad(AddTab(c->GetName()), *c); 1664 1667
Note:
See TracChangeset
for help on using the changeset viewer.