]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Correctly update monitors on clip property change
[kdenlive] / src / monitor.cpp
index 366d0a2b797f29b9cd954d66b7db56ec6d93d508..60a72c47da71ba878da96ef0eb10349d8571c947 100644 (file)
@@ -698,6 +698,13 @@ void Monitor::refreshMonitor(bool visible)
     }
 }
 
+void Monitor::refreshMonitor()
+{
+    if (m_isActive) {
+        render->doRefresh();
+    }
+}
+
 void Monitor::pause()
 {
     if (render == NULL) return;