Преглед изворни кода

KonvergoWindow: fix previous commit

Forgot the most important part, duh.
Vincent Lang пре 8 година
родитељ
комит
948e652bf7
1 измењених фајлова са 1 додато и 0 уклоњено
  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();