]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Small cleanup in monitors
[kdenlive] / src / mainwindow.cpp
index 93e32f5661c7654e8ebab2d18a1c5a709c41ce57..9274d5af2e7e3df748cb181379cae1e56ab37e7e 100644 (file)
@@ -1675,9 +1675,9 @@ void MainWindow::doOpenFile(const KUrl &url, KAutoSaveFile *stale)
 
     if (m_timelineArea->count() > 1) m_timelineArea->setTabBarHidden(false);
     slotGotProgressInfo(QString(), -1);
-    m_clipMonitor->refreshMonitor(true);
     m_projectMonitor->adjustRulerSize(trackView->duration());
     m_projectMonitor->slotZoneMoved(trackView->inPoint(), trackView->outPoint());
+    m_clipMonitor->refreshMonitor(true);
 }
 
 void MainWindow::recoverFiles(QList<KAutoSaveFile *> staleFiles)