Ignore:
Timestamp:
02/01/07 14:42:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mbase
Files:
2 edited

Legend:

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

    r8283 r8284  
    260260            SetCanDelete(((TVirtualPad*)o)->GetListOfPrimitives());
    261261        else
    262             o->SetBit(kCanDelete);
     262            o->SetBit(kCanDelete|kMustCleanup);
    263263    }
    264264}
     
    282282    // Make sure that all kCanDelete bits are properly set
    283283    SetCanDelete(this);
     284    SetOwner();
    284285
    285286    return rc;
  • trunk/MagicSoft/Mars/mbase/MStatusArray.h

    r8283 r8284  
    2222public:
    2323    MStatusArray() : TObjArray() { }
     24
    2425    TObject *DisplayIn(Option_t *o=0) const;         // *MENU*
    2526    void     DisplayIn(MStatusDisplay &d, const char *tab=0) const;
Note: See TracChangeset for help on using the changeset viewer.