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
@ -345,7 +345,7 @@ gtk_accel_label_expose_event (GtkWidget *widget,
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user