-rw-r--r-- | noncore/graphics/opie-eye/gui/mainwindow.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/gui/mainwindow.cpp b/noncore/graphics/opie-eye/gui/mainwindow.cpp index 6f3f255..5ba4c8e 100644 --- a/noncore/graphics/opie-eye/gui/mainwindow.cpp +++ b/noncore/graphics/opie-eye/gui/mainwindow.cpp | |||
@@ -166,8 +166,11 @@ void PMainWindow::slotScaleToggled(bool how) | |||
166 | { | 166 | { |
167 | autoScale = !how; | 167 | autoScale = !how; |
168 | if (!how) { | ||
169 | autoRotate = how; | ||
170 | } | ||
168 | if (m_disp) { | 171 | if (m_disp) { |
169 | m_disp->setAutoScale(autoScale); | 172 | m_disp->setAutoScaleRotate(autoScale,autoRotate); |
170 | } | 173 | } |
171 | if (!autoScale && autoRotate) { | 174 | if (!autoScale) { |
172 | rotateButton->setOn(false); | 175 | rotateButton->setOn(false); |
173 | } | 176 | } |