Return FALSE from expose handlers.
2001-12-03 Alex Larsson <alexl@redhat.com> * gtk/gtkaccellabel.c: * gtk/gtkarrow.c: * gtk/gtkcolorsel.c: * gtk/gtkcontainer.c: * gtk/gtklabel.c: * gtk/gtktextview.c: * gtk/gtktogglebutton.c: * gtk/gtktreeview.c: * gtk/gtkwindow.c: Return FALSE from expose handlers.
This commit is contained in:
committed by
Alexander Larsson
parent
dd92af8c05
commit
c7cd3421f7
@ -4669,7 +4669,7 @@ gtk_window_expose (GtkWidget *widget,
|
||||
if (GTK_WIDGET_CLASS (parent_class)->expose_event)
|
||||
return GTK_WIDGET_CLASS (parent_class)->expose_event (widget, event);
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user