Don't steal the pointer grab from the context menu of the entry. (#148686,
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown): Don't steal the pointer grab from the context menu of the entry. (#148686, Christian Persch)
This commit is contained in:
committed by
Matthias Clasen
parent
29e1292636
commit
ed31e5a048
@@ -1,3 +1,9 @@
|
||||
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown):
|
||||
Don't steal the pointer grab from the context menu of the
|
||||
entry. (#148686, Christian Persch)
|
||||
|
||||
Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown):
|
||||
Don't steal the pointer grab from the context menu of the
|
||||
entry. (#148686, Christian Persch)
|
||||
|
||||
Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown):
|
||||
Don't steal the pointer grab from the context menu of the
|
||||
entry. (#148686, Christian Persch)
|
||||
|
||||
Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Mon Aug 2 02:07:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popdown):
|
||||
Don't steal the pointer grab from the context menu of the
|
||||
entry. (#148686, Christian Persch)
|
||||
|
||||
Mon Aug 2 01:02:57 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gdk/x11/gdkevents-x11.c (gdk_check_wm_state_changed):
|
||||
|
||||
@@ -1266,6 +1266,9 @@ _gtk_entry_completion_popup (GtkEntryCompletion *completion)
|
||||
void
|
||||
_gtk_entry_completion_popdown (GtkEntryCompletion *completion)
|
||||
{
|
||||
if (!GTK_WIDGET_MAPPED (completion->priv->popup_window))
|
||||
return;
|
||||
|
||||
completion->priv->ignore_enter = FALSE;
|
||||
|
||||
gdk_pointer_ungrab (GDK_CURRENT_TIME);
|
||||
|
||||
Reference in New Issue
Block a user