Restore to the correct reading position after orientation change.
[dorian] / fullscreenwindow.cpp
index 4aff5d0..507600b 100644 (file)
@@ -45,6 +45,7 @@ void FullScreenWindow::resizeEvent(QResizeEvent *e)
 {
     TRACE;
     Q_UNUSED(e);
+    restoreButton->raise();
     QRect screen = QApplication::desktop()->screenGeometry();
     restoreButton->setGeometry(screen.width() - TranslucentButton::pixels - 9,
         screen.height() - TranslucentButton::pixels - 9,