]> git.sesse.net Git - kdenlive/commitdiff
set color effect parameter correctly and to use new #color value that mlt accepts
authorDan Dennedy <dan@dennedy.org>
Sat, 21 Feb 2009 02:11:42 +0000 (02:11 +0000)
committerDan Dennedy <dan@dennedy.org>
Sat, 21 Feb 2009 02:11:42 +0000 (02:11 +0000)
svn path=/branches/KDE4/; revision=3068

src/effectstackedit.cpp

index 81e83508301109a7bbf7a866da2814a1777e6922..a5d35e82105b7d96999dcd350425ac45096088e8 100644 (file)
@@ -368,7 +368,6 @@ void EffectStackEdit::collectAllParameters() {
         } else if (type == "color") {
             KColorButton *color = ((Ui::Colorval_UI*)valueItems[paramName])->kcolorbutton;
             setValue = color->color().name();
-            setValue.replace('#', "0x");
         } else if (type == "complex") {
             ComplexParameter *complex = ((ComplexParameter*)valueItems[paramName+"complex"]);
             namenode.item(i) = complex->getParamDesc();