|
Hello,
I recently ported my application from GTK 2 and GTK 3 and noticed the following change when using editable cells (GtkCellRendererText) inside a treeview: When finished with editing and clicking somewhere else in the treeview, the "edited" signal is apparently no longer triggered. The enter key has now to be pressed to trigger this signal. In the GTK2 version of my program both pressing the enter key and clicking inside the treeview triggered the "edited" signal, that is used inside my program to call a function that updates the treestore with the entered value. I can't remember having anything changed during the porting process that could have otherwise caused this. That new behaviour doesn't bother me that much since the editing of the cell is still possible and can be finalised by pressing enter, but I wonder if someone has seen this change of behaviour, too, and/or has an explanation for it. I also had a look at the migration guide from v2 to 3 and could not find something relating to this.
Thanks for some thoughts in advance,
Marcus
|