From: Brian Matherly Date: Sun, 23 Dec 2012 22:12:50 +0000 (-0600) Subject: Fix to properly align multiline text X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=986a6c27ebabb7f1b15ffa537860a165fc1cf31b;p=mlt Fix to properly align multiline text --- diff --git a/src/modules/gtk2/filter_dynamictext.c b/src/modules/gtk2/filter_dynamictext.c index d0f42344..46c9074b 100644 --- a/src/modules/gtk2/filter_dynamictext.c +++ b/src/modules/gtk2/filter_dynamictext.c @@ -230,6 +230,7 @@ static void apply_filter( mlt_filter filter, mlt_frame frame ) mlt_properties_set( watermark_properties, "producer.olcolour", mlt_properties_get( my_properties, "olcolour" ) ); mlt_properties_set( watermark_properties, "producer.pad", mlt_properties_get( my_properties, "pad" ) ); mlt_properties_set( watermark_properties, "producer.outline", mlt_properties_get( my_properties, "outline" ) ); + mlt_properties_set( watermark_properties, "producer.align", mlt_properties_get( my_properties, "halign" ) ); } /** Get the image.