[vlc-commits] macosx: fixed inconsistant fullscreen button state in the detached video window
Felix Paul Kühne
git at videolan.org
Sun Apr 1 16:25:51 CEST 2012
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Apr 1 16:25:08 2012 +0200| [a8fad6766cbc27471f494a5e176112f40516054a] | committer: Felix Paul Kühne
macosx: fixed inconsistant fullscreen button state in the detached video window
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a8fad6766cbc27471f494a5e176112f40516054a
---
modules/gui/macosx/MainWindow.m | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m
index 5abc8c1..4f273eb 100644
--- a/modules/gui/macosx/MainWindow.m
+++ b/modules/gui/macosx/MainWindow.m
@@ -1563,6 +1563,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
screen_rect = [screen frame];
[o_fullscreen_btn setState: YES];
+ [o_detached_fullscreen_btn setState: YES];
[self recreateHideMouseTimer];
@@ -1736,6 +1737,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
b_fullscreen = NO;
[o_fullscreen_btn setState: NO];
+ [o_detached_fullscreen_btn setState: NO];
/* We always try to do so */
[NSScreen unblackoutScreens];
More information about the vlc-commits
mailing list