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

Qt: avoid queuing ConfigChanged() more than once #9606

Merged
merged 1 commit into from Jun 11, 2021

Conversation

Filoppi
Copy link
Contributor

@Filoppi Filoppi commented Mar 24, 2021

This often happens when changing certain settings and starting/stopping a game and it's just a waste.

I'm not even sure how safe it is to not call "OnConfigChanged()" inline when editing settings from the Qt UI with a cursor, given that a lot of widgets states are refreshed within that callback. But I guess a user couldn't interact with two widgets before Qt had actually run its next update and called that queued callback.

@JosJuice JosJuice merged commit a09d9cf into dolphin-emu:master Jun 11, 2021
10 of 11 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