]> git.sesse.net Git - vlc/commitdiff
macosx: remove orderOut when closing video window
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Tue, 18 Mar 2014 20:48:22 +0000 (21:48 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Thu, 20 Mar 2014 19:29:10 +0000 (20:29 +0100)
This should not be needed anymore.

modules/gui/macosx/VLCVoutWindowController.m

index 080a1069524f4f9e2538ae4dbaae40342597107b..f2def5beec524cf1b61c687d26a2b3baef7b59de 100644 (file)
 
     if ([o_window class] != [VLCMainWindow class]) {
         [o_window close];
-        [o_window orderOut:self]; // for dark interface
     }
 
     [o_window retain];