]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.cpp
Fix dropframe timecode, patch from John T. Mertz
[kdenlive] / src / monitormanager.cpp
index 968de22e77b26f6962f0b9c3893d210ee16a7347..9348c9de88e1a1026d0b53c299404cf3092bcebc 100644 (file)
@@ -165,8 +165,10 @@ void MonitorManager::slotResetProfiles()
     if (m_projectMonitor == NULL || m_clipMonitor == NULL) return;
     activateMonitor("clip");
     m_clipMonitor->resetProfile(KdenliveSettings::current_profile());
+    m_clipMonitor->updateTimecodeFormat();
     activateMonitor("project");
     m_projectMonitor->resetProfile(KdenliveSettings::current_profile());
+    m_projectMonitor->updateTimecodeFormat();
     //m_projectMonitor->refreshMonitor(true);
 }