From 6903b9cc4bb411dff286ea8ca7a60208a5a6ccc1 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Sat, 6 Nov 2010 19:44:11 +0000 Subject: [PATCH] correctly enable capture button svn path=/trunk/kdenlive/; revision=5076 --- src/stopmotion/stopmotion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stopmotion/stopmotion.cpp b/src/stopmotion/stopmotion.cpp index 3a2dbd2b..87af29ee 100644 --- a/src/stopmotion/stopmotion.cpp +++ b/src/stopmotion/stopmotion.cpp @@ -340,6 +340,7 @@ void StopmotionWidget::slotSwitchLive() } else { m_frame_preview->setHidden(true); if (m_bmCapture) m_bmCapture->hidePreview(false); + capture_button->setEnabled(true); } setUpdatesEnabled(true); } -- 2.39.2