Commit 6c1ae0ff authored by David Fuhrmann's avatar David Fuhrmann

macosx: try to fix another instances of wrong occurrence for fspanel

parent 1ba853ac
......@@ -594,6 +594,13 @@
[[[VLCMainWindow sharedInstance] fsPanel] setNonActive:nil];
}
- (void)resignKeyWindow
{
[super resignKeyWindow];
[[[VLCMainWindow sharedInstance] fsPanel] setNonActive:nil];
}
- (void)windowWillEnterFullScreen:(NSNotification *)notification
{
// workaround, see #6668
......
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