Commit 1cddb78c authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix crash when playing media in lion fullscreen mode

parent 2e3d6b3b
......@@ -356,7 +356,8 @@
- (void)setFullscreenState:(BOOL)b_fullscreen
{
[o_fullscreen_btn setState:b_fullscreen];
if (!b_nativeFullscreenMode)
[o_fullscreen_btn setState:b_fullscreen];
}
@end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment