You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed this a few times while testing #12063 (no changes to tracks table or search box, just searchqueryparser).
Can not reproduce but this is what I did IIRC
type a query, hit Return to save it
go to tracks table, select tracks, change selection, edit tags etc.
clear search
select a previous query
the top-left table cell is drawn like if it was selected (coloured background)
switching to the tracks table selects the entire row with the previously 'selected' cell being focused (white border)
This shouldn't be possible since we setSelectionBehavior(QAbstractItemView::SelectRows); in WLibraryTableView.
My Qt version didn't change either (still on 5.12.8) 🤷♂️
The text was updated successfully, but these errors were encountered:
Noticed this a few times while testing #12063 (no changes to tracks table or search box, just searchqueryparser).
Can not reproduce but this is what I did IIRC
This shouldn't be possible since we
setSelectionBehavior(QAbstractItemView::SelectRows);
in WLibraryTableView.My Qt version didn't change either (still on 5.12.8) 🤷♂️
The text was updated successfully, but these errors were encountered: