Skip to content

listbox: set selected_row before emitting signal

Alberts Muktupāvels requested to merge wip/muktupavels/listbox-master into master

Signal emittion was added in 6f857f87 commit and it seems that this is only place where selected_row is set after emitting signal.

Because of this gtk_list_box_get_selected_row currently returns NULL as selected row if selection mode is set to GTK_SELECTION_BROWSE.

Merge request reports