Changeset 8936 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/11/08 12:40:51 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r8926 r8936 1047 1047 c->SetName(name); 1048 1048 fBatch->Add(c); 1049 1050 // Remove the canvas from the global list to make sure it is 1051 // not found by gROOT->FindOBject 1052 gROOT->GetListOfCanvases()->Remove(c); 1053 1049 1054 return *c; 1050 1055 } … … 1074 1079 c.Connect("ProcessedEvent(Int_t,Int_t,Int_t,TObject*)", 1075 1080 "MStatusDisplay", this, "EventInfo(Int_t,Int_t,Int_t,TObject*)"); 1081 1082 // Remove the canvas from the global list to make sure it is 1083 // not found by gROOT->FindOBject 1084 gROOT->GetListOfCanvases()->Remove(&c); 1076 1085 1077 1086 TGComboBox *box = (TGComboBox*)fList->FindWidget(kTabs);
Note:
See TracChangeset
for help on using the changeset viewer.