]> git.sesse.net Git - kdenlive/blobdiff - src/moveclipcommand.h
Several fixes for keyframes, fix bug in clip resize start undo and cleanup
[kdenlive] / src / moveclipcommand.h
index 41ab4a8c08f544a33f164bc2973ea4cd45781b75..5b7d99ffecac95d1495be7a3dba530be8fd19886 100644 (file)
@@ -39,6 +39,7 @@ private:
     const ItemInfo m_startPos;
     const ItemInfo m_endPos;
     bool m_doIt;
+    bool m_refresh;
 };
 
 #endif