]> Pileus Git - ~andy/gtk/commit
treeview: Properly change cursor when row is collapsed
authorBenjamin Otte <otte@redhat.com>
Sat, 26 Nov 2011 23:06:53 +0000 (00:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 29 Nov 2011 19:44:57 +0000 (20:44 +0100)
commit7d3109a855fa5faabff3e2879cb1963e380e7dab
tree7ac7aeb3f8e5b80827324b13ea7881f20fc503a7
parentbbf00265fc9255b9da0fa3a7ce43aad038bb6482
treeview: Properly change cursor when row is collapsed

Previously, when the cursor was a descendant of the collapsed row,
the cursor path was set to the collapsed row, but this was not
communicated via cursor-changed events.
gtk/gtktreeview.c