]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Patch from Ray Lehtiniemi (3):
[kdenlive] / src / mainwindow.cpp
index dfd61d78db8b18db4a3a1f4c4fa88bb176185263..294ae432e16fae5950efd3526772a1302868e467 100644 (file)
@@ -2288,7 +2288,7 @@ void MainWindow::keyPressEvent(QKeyEvent *ke) {
 void MainWindow::hideEvent(QHideEvent */*event*/) {
     // kDebug() << "I was hidden";
     // issue http://www.kdenlive.org/mantis/view.php?id=231
-    if (this->isMinimized()) {
+    if (isMinimized()) {
         // kDebug() << "I am minimized";
         if (m_monitorManager) m_monitorManager->stopActiveMonitor();
     }