Ignore:
Timestamp:
01/16/08 14:26:10 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Cosy/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/MagicSoft/Cosy/gui/MGCoordinate.cc

    r8376 r8814  
    3333{
    3434    fList = new MGList;
     35    fList->SetOwner();
    3536
    3637    const Int_t offset = TString(txt).IsNull() ? 23 : 0;
     
    9192    }
    9293
    93     TGLabel *label;
     94    TGLabel *label=0;
    9495
    9596    const char *sdeg = type==kETypeDeg ? "\xb0" : "h";
  • TabularUnified trunk/MagicSoft/Cosy/gui/MGPngReader.cc

    r4076 r8814  
    193193{
    194194    fList = new MGList;
     195    fList->SetOwner();
    195196
    196197    const TGWindow *p=gClient->GetRoot();
Note: See TracChangeset for help on using the changeset viewer.