]> git.sesse.net Git - kdenlive/blobdiff - src/monitormanager.cpp
Cleanup, fix mem leaks, fix unused clips not correctly updated on profile change
[kdenlive] / src / monitormanager.cpp
index b52c4dbd6106a40cacbb7d5cffa5819a48eb5dbf..7e2d184af9eddfd9fccf54e1486b5238affe3996 100644 (file)
@@ -159,7 +159,8 @@ void MonitorManager::resetProfiles(Timecode tc)
 {
     if (m_blocked) return;
     m_timecode = tc;
-    QTimer::singleShot(300, this, SLOT(slotResetProfiles()));
+    slotResetProfiles();
+    //QTimer::singleShot(300, this, SLOT(slotResetProfiles()));
 }
 
 void MonitorManager::slotResetProfiles()