Changeset 12396


Ignore:
Timestamp:
11/05/11 20:30:58 (13 years ago)
Author:
lyard
Message:
turned camera
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/BasicGlCamera.cc

    r12310 r12396  
    4545        autoRefresh = false;
    4646        logScale = false;
    47         cameraRotation = 0;
     47        cameraRotation = -90;
    4848        fTextEnabled = true;
    4949        unitsText = "";
     
    195195        zeroRotationButton->move(rotationLabel->width(), buttonShift);
    196196        buttonShift += zeroRotationButton->height();
    197          QString minus90str("-90" + degreeSymbol);
     197         QString minus90str("+90" + degreeSymbol);
    198198        minus90RotationButton = new QRadioButton(minus90str, this);
    199199        minus90RotationButton->move(rotationLabel->width(), buttonShift);
    200200        buttonShift += minus90RotationButton->height();
    201         QString plus90str("+90"+degreeSymbol);
     201        QString plus90str("-90"+degreeSymbol);
    202202        plus90Rotationbutton = new QRadioButton(plus90str, this);
    203203        plus90Rotationbutton->move(rotationLabel->width(), buttonShift);
     
    219219        linearButton->setChecked(true);
    220220        regularPaletteButton->setChecked(true);
    221         zeroRotationButton->setChecked(true);
    222 
     221//        zeroRotationButton->setChecked(true);
     222        minus90RotationButton->setChecked(true);
    223223//        linearButton->palette.setColor();
    224224
Note: See TracChangeset for help on using the changeset viewer.