Re: Toggle cell on a sorted treeviewcolumn loses selection (sample code)

2009-08-27 Thread Kristian Rietveld
On Wed, Aug 26, 2009 at 12:33 PM, Nicolas Soubeiran wrote: > If the column is sorted, when one activates the toggle, the tree is > re-sorted (normal) but the selected row is changed (unexpected). I > investigated and I found that  when clicking on a toggle cell renderer, the > "activate" callback i

Toggle cell on a sorted treeviewcolumn loses selection (sample code)

2009-08-26 Thread Nicolas Soubeiran
Hi all If the column is sorted, when one activates the toggle, the tree is re-sorted (normal) but the selected row is changed (unexpected). I investigated and I found that when clicking on a toggle cell renderer, the "activate" callback is send which update the treemodel. After re-ordering, the fu

Toggle cell on a sorted treeviewcolumn loses selection

2009-08-15 Thread Nicolas SOUBEIRAN
Hi all, I have a weird case on a treeview that displays a sortable column with an activatable toggle cell renderer. If the column is sorted, when one activates the toggle, the tree is re-sorted (normal) but the selected row is changed (unexpected). I investigated and I found that when clicking o