vlc | branch: master | Felix Paul Kühne <[email protected]> | 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]; } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
