]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkhandlebox.c
Add invariant that a child is unmapped if parent is unmapped
[~andy/gtk] / gtk / gtkhandlebox.c
index 1e02e84f87a7f93e6df6da9b282bac31ca7d6dd7..2b1f9063ae5382a40efb1e0a6bd00a6fc6039462 100644 (file)
@@ -397,6 +397,8 @@ gtk_handle_box_unmap (GtkWidget *widget)
       gdk_window_hide (priv->float_window);
       priv->float_window_mapped = FALSE;
     }
+
+  GTK_WIDGET_CLASS (gtk_handle_box_parent_class)->unmap (widget);
 }
 
 static void