Jelajahi Sumber

KonvergoWindow: fix previous commit

Forgot the most important part, duh.
Vincent Lang 8 tahun lalu
induk
melakukan
948e652bf7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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();