From: Jean-Baptiste Mardelle Date: Thu, 17 May 2012 09:01:20 +0000 (+0200) Subject: Fix crash when opening stop motion widget: X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=eac193bc64e7cbf636a3a02d2449c31b39b31acf;p=kdenlive Fix crash when opening stop motion widget: http://kdenlive.org/mantis/view.php?id=2607 --- 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()