]> git.sesse.net Git - kdenlive/commitdiff
Fix possible crash in monitor scene
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 29 Jan 2013 10:27:46 +0000 (11:27 +0100)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 29 Jan 2013 10:27:46 +0000 (11:27 +0100)
src/onmonitoritems/onmonitorpathitem.cpp

index 97e7ac99fcc618a921615c75987e62ff143a2402..4296cd7cd6e9a7327a2fcae35456a9551bec24b0 100644 (file)
@@ -76,6 +76,7 @@ void OnMonitorPathItem::rebuildShape() {
            shape.addRect(r);
        }
     }
+    prepareGeometryChange();
     m_shape = shape;
     setPath(p);
 }