]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.cpp
Fix freeze / crash introduced by recent commit when seeking outside clip range
[kdenlive] / src / monitor.cpp
index 7c2f5b8599a265c47a9c2ecfaf5b8eef2e9dc9d6..d0f24fcf284a8444f049f7444fc96e54cad168d2 100644 (file)
@@ -52,7 +52,7 @@ Monitor::Monitor(Kdenlive::MONITORID id, MonitorManager *manager, QString profil
     m_currentClip(NULL),
     m_overlay(NULL),
     m_scale(1),
-    m_length(0),
+    m_length(2),
     m_dragStarted(false),
     m_contextMenu(NULL),
     m_effectWidget(NULL),