]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
correctly load / save text clips
[kdenlive] / src / mainwindow.cpp
index 870b10b3524550df4b64bff784cb6e8a650cfef3..2c9d015b730dade28a8e97a56185b449b088b8e3 100644 (file)
@@ -1010,6 +1010,7 @@ void MainWindow::connectDocument(TrackView *trackView, KdenliveDoc *doc) { //cha
         disconnect(m_projectList, SIGNAL(clipSelected(DocClipBase *)), m_clipMonitor, SLOT(slotSetXml(DocClipBase *)));
         m_clipMonitor->stop();
     }
+    KdenliveSettings::setProject_fps(doc->fps());
     m_monitorManager->resetProfiles(doc->profilePath());
     m_projectList->setDocument(doc);
     connect(m_projectList, SIGNAL(clipSelected(DocClipBase *)), m_clipMonitor, SLOT(slotSetXml(DocClipBase *)));