Commit 89c24db9 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Mac OS X gui: Fix libvlc key handling when leaving fullscreen.

parent 4ed152a7
...@@ -431,6 +431,7 @@ ...@@ -431,6 +431,7 @@
[[self contentView] replaceSubview:o_temp_view with:o_view]; [[self contentView] replaceSubview:o_temp_view with:o_view];
[o_view release]; [o_view release];
[o_view setFrame:[o_temp_view frame]]; [o_view setFrame:[o_temp_view frame]];
[self makeFirstResponder: o_view];
if ([self isVisible]) if ([self isVisible])
[self makeKeyAndOrderFront:self]; [self makeKeyAndOrderFront:self];
[o_fullscreen_window orderOut: self]; [o_fullscreen_window orderOut: self];
......
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