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
@ -2852,7 +2852,7 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
|
||||
if (drag_dest_path)
|
||||
gtk_tree_path_free (drag_dest_path);
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user