Changeset 11242
- Timestamp:
- 07/01/11 16:51:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11240 r11242 1084 1084 h->SetMinimum(-1111); 1085 1085 h->SetMaximum(-1111); 1086 } 1087 1088 if (!fAdcAutoScale->isChecked()) 1089 { 1090 if (h->GetMinimum()==-1111) 1086 } 1087 else 1088 { 1089 if (h->GetMinimumStored()==-1111) 1091 1090 h->SetMinimum(-1026); 1092 if (h->GetMaximum ()==-1111)1091 if (h->GetMaximumStored()==-1111) 1093 1092 h->SetMaximum(1025); 1094 1093 } … … 2831 2830 ~FactGui() 2832 2831 { 2833 UnsubscribeAllServers(); 2832 UnsubscribeAllServers(); 2833 delete fEventData; 2834 2834 } 2835 2835 };
Note:
See TracChangeset
for help on using the changeset viewer.