Commit 4aafb963 authored by David Fuhrmann's avatar David Fuhrmann

macosx: remove orderOut when closing video window

This should not be needed anymore.
parent f319b959
...@@ -260,7 +260,6 @@ ...@@ -260,7 +260,6 @@
if ([o_window class] != [VLCMainWindow class]) { if ([o_window class] != [VLCMainWindow class]) {
[o_window close]; [o_window close];
[o_window orderOut:self]; // for dark interface
} }
[o_window retain]; [o_window retain];
......
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