Browse Source

KonvergoWindow: fix previous commit

Forgot the most important part, duh.
Vincent Lang 8 years ago
parent
commit
948e652bf7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ui/KonvergoWindow.cpp

+ 1 - 0
src/ui/KonvergoWindow.cpp

@@ -173,6 +173,7 @@ void KonvergoWindow::saveGeometry()
   if (visibility() != QWindow::Windowed)
   {
     QLOG_DEBUG() << "Not saving geometry.";
+    return;
   }
 
   QRect rc = geometry();