]> git.sesse.net Git - kdenlive/blobdiff - src/clipitem.cpp
- Fix resize start allowing to go further than duration = 0 (inverted the clip)
[kdenlive] / src / clipitem.cpp
index ea08aa4bda937229eddee9bd6efd59087fcb2429..9fe3bf4fb182ed9e52a0cffb8121c906d85d2f34 100644 (file)
@@ -1151,7 +1151,7 @@ void ClipItem::hoverLeaveEvent(QGraphicsSceneHoverEvent *)
 }
 */
 
-void ClipItem::resizeStart(int posx, bool)
+void ClipItem::resizeStart(int posx, bool /*size*/)
 {
     bool sizeLimit = false;
     if (clipType() != IMAGE && clipType() != COLOR && clipType() != TEXT) {