]> git.sesse.net Git - kdenlive/blobdiff - src/moveclipcommand.h
- Avoid adding an undo command when no clips are actually added. [1]
[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