Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameList: Fix duplicate selections with ctrl+a in grid view #10177

Merged

Conversation

Dentomologist
Copy link
Contributor

Fixes a bug where using select all (as opposed to manually or range-selecting everything) would cause each game to be selected 14 times, once for each column in the GameList model.

Make grid view use selectedRow() instead of selectedIndexes() to ensure
one selection per game.
@leoetlino leoetlino merged commit 7073a90 into dolphin-emu:master Oct 25, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants