Comment # 29
on bug 8908
from Chris Maynard
(In reply to comment #28)
> One last weirdness: while Shift+Right expands subtrees, Shift+Left does not
> collapse the subtrees (it only collapses the selected tree). I don't see a
> shortcut for Shift+Left but it does work in trunk-1.8 (maybe as a side
> effect).
Right. See also comment 15.
> It just doesn't feel correct to me. Thoughts?
Me either. I briefly looked at the code and it wasn't immediately obvious to
me how to fix it - maybe it would be difficult (impossible?), as there's no
real gtk_tree_view_collapse_row() equivalent to gtk_tree_view_expand_row().
The latter takes a 3rd argument, "open_all", whereas there's no "collapse_all"
argument to the former.
You are receiving this mail because:
- You are watching all bug changes.