Remove the no longer needed workaround.
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Remove the no longer needed workaround.
This commit is contained in:
committed by
Matthias Clasen
parent
2763b81fe3
commit
b1f056a802
@ -2444,7 +2444,7 @@ widget_add_child_draw_rectangle (GtkWidget *widget,
|
||||
{
|
||||
GdkRectangle child_rect;
|
||||
|
||||
if (!GTK_WIDGET_REALIZED (widget) ||
|
||||
if (!GTK_WIDGET_MAPPED (widget) ||
|
||||
widget->window != widget->parent->window)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user