Also check that the window is not mapped.

svn path=/branches/gtk-2-10/; revision=19487
This commit is contained in:
Cody Russell
2008-02-06 17:04:26 +00:00
parent 1169fcecca
commit 18b147a2a7

View File

@@ -3046,7 +3046,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);
}