Changeset 8814 for trunk/MagicSoft/Cosy/gui
- Timestamp:
- 01/16/08 14:26:10 (17 years ago)
- Location:
- trunk/MagicSoft/Cosy/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGCoordinate.cc
r8376 r8814 33 33 { 34 34 fList = new MGList; 35 fList->SetOwner(); 35 36 36 37 const Int_t offset = TString(txt).IsNull() ? 23 : 0; … … 91 92 } 92 93 93 TGLabel *label ;94 TGLabel *label=0; 94 95 95 96 const char *sdeg = type==kETypeDeg ? "\xb0" : "h"; -
trunk/MagicSoft/Cosy/gui/MGPngReader.cc
r4076 r8814 193 193 { 194 194 fList = new MGList; 195 fList->SetOwner(); 195 196 196 197 const TGWindow *p=gClient->GetRoot();
Note:
See TracChangeset
for help on using the changeset viewer.