فهرست منبع

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();