]> git.sesse.net Git - kdenlive/commitdiff
Fix on-monitor editing controls disabled.
authorTill Theato <root@ttill.de>
Thu, 5 Jan 2012 19:51:40 +0000 (20:51 +0100)
committerTill Theato <root@ttill.de>
Thu, 5 Jan 2012 19:51:40 +0000 (20:51 +0100)
src/monitor.cpp

index dccd537b9ecf95bb153cb84c24b4e0af9ffc452d..3a28ac48de813b5a26c4bb41aa54426772d0f423 100644 (file)
@@ -1019,6 +1019,7 @@ void Monitor::slotEffectScene(bool show)
         if (show) {
             m_effectWidget->getScene()->slotZoomFit();
         }
+        m_videoBox->setEnabled(show);
         render->doRefresh();
     }
 }