]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Fix problems when changing duration (from end) of clip with negative crop from start
[kdenlive] / src / customtrackview.h
index fdfdc798c0053c119a600510d54228d4672e2c48..adc68714f02fc6adf768114421be90a3b287e266 100644 (file)
@@ -398,9 +398,7 @@ private:
 
     /** @brief Updates @param item's pan and zoom effect after resize or cut.
      * @param item clip whose pan and zoom effect should be updated
-     * @param cutPos (optional) if clip was cut, cut position relative to the original's clip position
-     * 
-     */
+     * @param cutPos (optional) if clip was cut, cut position relative to the original's clip position */
     void updatePanZoom(ClipItem *item, GenTime cutPos = GenTime());
 
 private slots: