[gtk/wip/chergert/quartz4u: 112/120] macos: remove extra show



commit 6b2ff0502a3cecbaf3e33221bbbb13eb74151b7e
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jun 4 16:34:25 2020 -0700

    macos: remove extra show

 gdk/macos/gdkmacospopupsurface.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gdk/macos/gdkmacospopupsurface.c b/gdk/macos/gdkmacospopupsurface.c
index d9b072a314..d29293fb7b 100644
--- a/gdk/macos/gdkmacospopupsurface.c
+++ b/gdk/macos/gdkmacospopupsurface.c
@@ -90,8 +90,6 @@ show_popup (GdkMacosPopupSurface *self)
 {
   NSWindow *nswindow = _gdk_macos_surface_get_native (GDK_MACOS_SURFACE (self));
 
-  [(GdkMacosWindow *)nswindow showAndMakeKey:YES];
-
   _gdk_macos_surface_show (GDK_MACOS_SURFACE (self));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]