]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.cpp
Allow to display several clip properties, force clip properties can be applied withou...
[kdenlive] / src / monitormanager.cpp
index b482a92f5e73b0649b7ff455c4d598c3aec84467..6da71c26a0e20eab430326ebb4478cb21a1b68d3 100644 (file)
@@ -169,5 +169,10 @@ void MonitorManager::slotResetProfiles()
     activateMonitor(active);
 }
 
+void MonitorManager::slotRefreshCurrentMonitor()
+{
+    if (m_clipMonitor->isActive()) m_clipMonitor->refreshMonitor();
+    else m_projectMonitor->refreshMonitor();
+}
 
 #include "monitormanager.moc"