X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmonitormanager.cpp;h=9348c9de88e1a1026d0b53c299404cf3092bcebc;hb=a28dc9532fb0fe6f9dd07cfdb1029ce17bd98e4b;hp=968de22e77b26f6962f0b9c3893d210ee16a7347;hpb=d23ce2c893c05c53c143802055efa2fa0e7d80b6;p=kdenlive diff --git a/src/monitormanager.cpp b/src/monitormanager.cpp index 968de22e..9348c9de 100644 --- a/src/monitormanager.cpp +++ b/src/monitormanager.cpp @@ -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); }