Changeset 7181 for trunk/MagicSoft/Mars/mastro
- Timestamp:
- 07/12/05 14:31:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mastro/MAstroCatalog.cc
r7179 r7181 168 168 fList.SetOwner(); 169 169 fMapG.SetOwner(); 170 170 171 fToolTip = gROOT->IsBatch() || !gClient ? 0 : new TGToolTip(0, "", 0); 171 172 } … … 659 660 SetRangePad(o); 660 661 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) 662 665 DrawPrimitives(o); 663 666
Note:
See TracChangeset
for help on using the changeset viewer.