[vlc-commits] macosx: remember preferences window location (closes	#14023)
    Felix Paul Kühne 
    git at videolan.org
       
    Sun Jun  5 16:38:31 CEST 2016
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Jun  5 16:37:24 2016 +0200| [d7b9dd3eb9d2d7c1a7854dd275b5d7079ec142c3] | committer: Felix Paul Kühne
macosx: remember preferences window location (closes #14023)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7b9dd3eb9d2d7c1a7854dd275b5d7079ec142c3
---
 modules/gui/macosx/simple_prefs.m |    1 -
 1 file changed, 1 deletion(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index cd5386e..32b0f99 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -812,7 +812,6 @@ static inline char * __config_GetLabel(vlc_object_t *p_this, const char *psz_nam
 
     [self resetControls];
 
-    [self.window center];
     [self.window makeKeyAndOrderFront: self];
 }
 
    
    
More information about the vlc-commits
mailing list