]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Allow users to force aspect ratio for a clip in clip properties->advanced,
[kdenlive] / src / mainwindow.cpp
index 95dac6aa6091b209d1cbe5fb7f147214e471bb5e..7da118524ac41057b84456042708e9362aa0aeae 100644 (file)
@@ -899,8 +899,8 @@ void MainWindow::closeCurrentDocument() {
     }
     m_timelineArea->removeTab(m_timelineArea->indexOf(w));
     if (m_timelineArea->count() == 1) {
-       m_timelineArea->setTabBarHidden(true);
-       m_closeAction->setEnabled(false);
+        m_timelineArea->setTabBarHidden(true);
+        m_closeAction->setEnabled(false);
     }
     delete docToClose;
     delete w;