Commit 412b2d72 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: make sure that the marquee is displayed correctly when enabled for the...

macosx: make sure that the marquee is displayed correctly when enabled for the first time in a session
parent edee0a56
...@@ -946,6 +946,8 @@ static VLCVideoEffects *_o_sharedInstance = nil; ...@@ -946,6 +946,8 @@ static VLCVideoEffects *_o_sharedInstance = nil;
[o_addtext_text_lbl setEnabled: b_state]; [o_addtext_text_lbl setEnabled: b_state];
[o_addtext_text_fld setEnabled: b_state]; [o_addtext_text_fld setEnabled: b_state];
[self setVideoFilter: "marq" on: b_state]; [self setVideoFilter: "marq" on: b_state];
[self setVideoFilterProperty: "marq-marquee" forFilter: "marq" string: (char *)[[o_addtext_text_fld stringValue] UTF8String]];
[self setVideoFilterProperty: "marq-position" forFilter: "marq" integer: [[o_addtext_pos_pop selectedItem] tag]];
} }
- (IBAction)addTextModifierChanged:(id)sender - (IBAction)addTextModifierChanged:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment