Commit 58ce3762 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix initialization of nonembedded window

parent 5472238d
......@@ -205,8 +205,9 @@
[[VLCMainWindow sharedInstance] changePlaylistState: psVideoStartedOrStoppedEvent];
if (b_nonembedded) {
// event occurs before window is created, so call again
[[VLCMain sharedInstance] playlistUpdated];
// events might be posted before window is created, so call them again
[[VLCMain sharedInstance] updateName];
[[VLCMain sharedInstance] updateMainWindow]; // update controls bar
}
// TODO: find a cleaner way for "start in fullscreen"
......
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