Changeset 12396
- Timestamp:
- 11/05/11 20:30:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/BasicGlCamera.cc
r12310 r12396 45 45 autoRefresh = false; 46 46 logScale = false; 47 cameraRotation = 0;47 cameraRotation = -90; 48 48 fTextEnabled = true; 49 49 unitsText = ""; … … 195 195 zeroRotationButton->move(rotationLabel->width(), buttonShift); 196 196 buttonShift += zeroRotationButton->height(); 197 QString minus90str(" -90" + degreeSymbol);197 QString minus90str("+90" + degreeSymbol); 198 198 minus90RotationButton = new QRadioButton(minus90str, this); 199 199 minus90RotationButton->move(rotationLabel->width(), buttonShift); 200 200 buttonShift += minus90RotationButton->height(); 201 QString plus90str(" +90"+degreeSymbol);201 QString plus90str("-90"+degreeSymbol); 202 202 plus90Rotationbutton = new QRadioButton(plus90str, this); 203 203 plus90Rotationbutton->move(rotationLabel->width(), buttonShift); … … 219 219 linearButton->setChecked(true); 220 220 regularPaletteButton->setChecked(true); 221 zeroRotationButton->setChecked(true);222 221 // zeroRotationButton->setChecked(true); 222 minus90RotationButton->setChecked(true); 223 223 // linearButton->palette.setColor(); 224 224
Note:
See TracChangeset
for help on using the changeset viewer.