Skip to content

GtkTreeView::cursor-changed signal is emitted BEFORE focus column is set

Mischa Baars requested to merge MischaBaars/gtk:main into main

The focus column still had its old value in the cursor-changed signal handler. gtk_tree_view_set_cursor() had to be called twice to get the focus column right for that reason.

see: gtk_tree_view_00.cpp:189:190

2023021200_gtkbug.tar.xz stdout.0.log stdout.1.log

Edited by Mischa Baars

Merge request reports