[vlc-commits] macosx: remove orderOut when closing video window
    David Fuhrmann 
    git at videolan.org
       
    Thu Mar 20 20:30:11 CET 2014
    
    
  
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Tue Mar 18 21:48:22 2014 +0100| [4aafb9636a8262f9a132aab149a8ce58ebcbe64b] | committer: David Fuhrmann
macosx: remove orderOut when closing video window
This should not be needed anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4aafb9636a8262f9a132aab149a8ce58ebcbe64b
---
 modules/gui/macosx/VLCVoutWindowController.m |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m
index 080a106..f2def5b 100644
--- a/modules/gui/macosx/VLCVoutWindowController.m
+++ b/modules/gui/macosx/VLCVoutWindowController.m
@@ -260,7 +260,6 @@
 
     if ([o_window class] != [VLCMainWindow class]) {
         [o_window close];
-        [o_window orderOut:self]; // for dark interface
     }
 
     [o_window retain];
    
    
More information about the vlc-commits
mailing list