Changeset 8284 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 02/01/07 14:42:02 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusArray.cc
r8283 r8284 260 260 SetCanDelete(((TVirtualPad*)o)->GetListOfPrimitives()); 261 261 else 262 o->SetBit(kCanDelete );262 o->SetBit(kCanDelete|kMustCleanup); 263 263 } 264 264 } … … 282 282 // Make sure that all kCanDelete bits are properly set 283 283 SetCanDelete(this); 284 SetOwner(); 284 285 285 286 return rc; -
trunk/MagicSoft/Mars/mbase/MStatusArray.h
r8283 r8284 22 22 public: 23 23 MStatusArray() : TObjArray() { } 24 24 25 TObject *DisplayIn(Option_t *o=0) const; // *MENU* 25 26 void DisplayIn(MStatusDisplay &d, const char *tab=0) const;
Note:
See TracChangeset
for help on using the changeset viewer.