Changeset 8814 for trunk/MagicSoft/Cosy/gui/MGCoordinate.cc
- Timestamp:
- 01/16/08 14:26:10 (17 years ago)
- File:
-
- 1 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";
Note:
See TracChangeset
for help on using the changeset viewer.