mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
treeview: Return FALSE from draw handler
... like every widget should. https://bugzilla.gnome.org/show_bug.cgi?id=658981
This commit is contained in:
parent
a172dff58b
commit
9e8b2f2521
@ -5383,7 +5383,7 @@ gtk_tree_view_draw (GtkWidget *widget,
|
||||
button, cr);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user