From eac193bc64e7cbf636a3a02d2449c31b39b31acf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Thu, 17 May 2012 11:01:20 +0200 Subject: [PATCH] Fix crash when opening stop motion widget: http://kdenlive.org/mantis/view.php?id=2607 --- src/stopmotion/stopmotion.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stopmotion/stopmotion.cpp b/src/stopmotion/stopmotion.cpp index 1201eca6..8294c1e9 100644 --- a/src/stopmotion/stopmotion.cpp +++ b/src/stopmotion/stopmotion.cpp @@ -97,6 +97,7 @@ StopmotionMonitor::StopmotionMonitor(MonitorManager *manager, QWidget *parent) : AbstractMonitor(Kdenlive::stopmotionMonitor, manager, parent), m_captureDevice(NULL) { + createVideoSurface(); } StopmotionMonitor::~StopmotionMonitor() -- 2.39.2