From 986a6c27ebabb7f1b15ffa537860a165fc1cf31b Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 23 Dec 2012 16:12:50 -0600 Subject: [PATCH] Fix to properly align multiline text --- src/modules/gtk2/filter_dynamictext.c | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2