mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 19:30:10 +00:00
Also check that the window is not mapped.
svn path=/trunk/; revision=19485
This commit is contained in:
parent
84dd6a99b8
commit
6e03989a4c
@ -2989,7 +2989,7 @@ gdk_event_translate (MSG *msg,
|
||||
withdrawn_bit,
|
||||
0);
|
||||
|
||||
if (GDK_WINDOW_TYPE (window) != GDK_WINDOW_TEMP)
|
||||
if (GDK_WINDOW_TYPE (window) != GDK_WINDOW_TEMP && !GDK_WINDOW_IS_MAPPED (window))
|
||||
{
|
||||
show_window_internal (window, FALSE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user