From 88096df8bd9d72137503fb2e527719e8de780984 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Thu, 13 Jan 2011 23:33:44 +0000 Subject: [PATCH] Fix position effects (like fades) that are connected to parameterChanged() in effectstackedit svn path=/trunk/kdenlive/; revision=5320 --- src/positionedit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/positionedit.h b/src/positionedit.h index 2a263978..70dff2ff 100644 --- a/src/positionedit.h +++ b/src/positionedit.h @@ -45,7 +45,7 @@ private slots: void slotUpdatePosition(); signals: - void parameterChanged(int pos); + void parameterChanged(int pos = 0); }; #endif -- 2.39.2