]> git.sesse.net Git - kdenlive/commitdiff
Fix version in curves update script.
authorTill Theato <root@ttill.de>
Thu, 8 Sep 2011 20:48:51 +0000 (20:48 +0000)
committerTill Theato <root@ttill.de>
Thu, 8 Sep 2011 20:48:51 +0000 (20:48 +0000)
svn path=/trunk/kdenlive/; revision=5867

effects/update/frei0r.curves.js

index 240cb4810c5031194bf7d72fbe053cf360f16521..f7fa490e137b2b2a3765239644c4e776c9e149af 100644 (file)
@@ -1,7 +1,7 @@
 
 var update = new Object();
 
-update["Graph position"] = new Array(new Array(0.2, function(v, d) { return this.upd1(v, d); }));
+update["Graph position"] = new Array(new Array(0.3, function(v, d) { return this.upd1(v, d); }));
 update["Curve point number"] = update["Graph position"];
 
 function upd1(value, isDowngrade) {