envoyer icon indicating copy to clipboard operation
envoyer copied to clipboard

Implement threads_list_box as ListView

Open matzipan opened this issue 3 years ago • 0 comments

ListViews are the newer better GTK API.

With ListBox we cannot set the selection correctly after reloading the items.

Likely the solution would be to use folders_list_model.connect_items_changed and in the handler use selection_model.select_item to reselect. Hopefully there will be no flicker, but I'm not sure.

matzipan avatar Jun 06 '22 22:06 matzipan