Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tbertels
Copy link
Member

  • Don't save data for QKeySequenceEdit control in Settings
    Its className() is QLineEdit so it was getting saved by classFetcher.
    This fixes a crash (made easier to reproduce by 318d347) when trying to restore its value after we double clicked in a QKeySequenceEdit then clicked Cancel, after first closing Options with OK.
  • Fix keyboard grabbing in key editor
    This ensures that key shortcuts don't get captured by the key editor once we close Options.
    Follow-up to 318d347.

Its className() is QLineEdit so it was getting saved by classFetcher.
This fixes a crash (made easier to reproduce by
318d347) when trying to restore its
value after we double clicked in a QKeySequenceEdit then clicked Cancel,
after first closing Options with OK.
This ensures that key shortcuts don't get captured by the key editor once
we close Options.
Follow-up to 318d347.
@cmdrkotori cmdrkotori merged commit a0aad9a into mpc-qt:master Apr 26, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants