From 4830a583d5302501099db67c8f9c3402b754e234 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Tue, 30 Sep 2008 19:17:00 +0200 Subject: [PATCH] macosx: Remove spurious call. (cherry picked from commit b0438df5b9a5a7976be069ec173bb2077f97fd58) --- modules/gui/macosx/embeddedwindow.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/gui/macosx/embeddedwindow.m b/modules/gui/macosx/embeddedwindow.m index 410ec6ce74..4b2cea48fc 100644 --- a/modules/gui/macosx/embeddedwindow.m +++ b/modules/gui/macosx/embeddedwindow.m @@ -278,8 +278,6 @@ [o_temp_view setFrame:[o_view frame]]; [o_fullscreen_window setContentView:o_view]; - [o_fullscreen_window makeKeyAndOrderFront:self]; - [o_fullscreen_window makeKeyAndOrderFront:self]; [o_fullscreen_window orderFront:self animate:YES]; -- 2.39.2