]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
* Several fixes to clip resizing & cutting
[kdenlive] / src / customtrackview.h
index 9f75435a2613631e65bc55724292d1a60621cb70..79ce4e5e5467c379ddb76d9c23cb5d65390d3f5d 100644 (file)
@@ -182,6 +182,7 @@ private:
     QList<AbstractClipItem *> m_selectedClipList;
     /** Used to get the point in timeline where a context menu was opened */
     QPoint m_menuPosition;
+    bool m_blockRefresh;
 
     /** Get the index of the video track that is just below current track */
     int getPreviousVideoTrack(int track);
@@ -192,6 +193,7 @@ private:
 
 private slots:
     void slotRefreshGuides();
+    void slotEnableRefresh();
 
 signals:
     void cursorMoved(int, int);