Ignore:
Timestamp:
07/12/05 14:31:02 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc

    r7179 r7181  
    168168    fList.SetOwner();
    169169    fMapG.SetOwner();
     170
    170171    fToolTip = gROOT->IsBatch() || !gClient ? 0 : new TGToolTip(0, "", 0);
    171172}
     
    659660    SetRangePad(o);
    660661
    661     if (TestBit(kHasChanged))
     662    // In the case MAstroCatalog has been loaded from a file
     663    // kHasChanged is not set, but fMapG.GetSize() is ==0
     664    if (TestBit(kHasChanged) || fMapG.GetSize()==0)
    662665        DrawPrimitives(o);
    663666
Note: See TracChangeset for help on using the changeset viewer.