]> git.sesse.net Git - kdenlive/commitdiff
Fix crash when opening stop motion widget:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 17 May 2012 09:01:20 +0000 (11:01 +0200)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Thu, 17 May 2012 09:01:20 +0000 (11:01 +0200)
http://kdenlive.org/mantis/view.php?id=2607

src/stopmotion/stopmotion.cpp

index 1201eca687f838f40b4f977a69a812c4b5f12d3f..8294c1e991697af351ee7a15862bee3b4f304459 100644 (file)
@@ -97,6 +97,7 @@ StopmotionMonitor::StopmotionMonitor(MonitorManager *manager, QWidget *parent) :
     AbstractMonitor(Kdenlive::stopmotionMonitor, manager, parent),
     m_captureDevice(NULL)
 {
+    createVideoSurface();
 }
 
 StopmotionMonitor::~StopmotionMonitor()