GNOME Bugzilla – Bug 644089
treeview: propagate the selected state from the row
Last modified: 2011-03-07 13:14:24 UTC
The selected state for the expander should be propagated from the row.
Created attachment 182672 [details] [review] treeview: propagate the selected state from the row An expander in a row can't be selected on its own otherwise. This way themes can override the expander colors when the row is selected.
Created attachment 182673 [details] [review] treeview: propagate the selected state from the row Better patch, which reuses the code in place to set FOCUSED instead of SELECTED when the expander has a button press.
Review of attachment 182673 [details] [review]: Seems to work ok.