]> git.sesse.net Git - kdenlive/blobdiff - src/monitorscene.h
Fix monitor scene never resetting scrollbars (scene rect always growing)
[kdenlive] / src / monitorscene.h
index 36477dffa59f48628f7210ea34af8a1c0c377136..d850e5807c1a905418f4279bccfa4450996e6a8c 100644 (file)
@@ -42,6 +42,12 @@ public:
 
     /** @brief Makes the background frame fit again after the profile changed (and therefore the resolution might have changed). */
     void resetProfile();
+    
+    /** @brief Reset scene size. */
+    void cleanup();
+    
+    /** @brief Center view on frame border. */
+    void centerView();
 
 protected:
     virtual void mousePressEvent(QGraphicsSceneMouseEvent *event);