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

(fix) Controller preferences: fix broken overwrite dialog ('Save as..' not working) #14263

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

ronso0
Copy link
Member

@ronso0 ronso0 commented Jan 30, 2025

Fixes a very weird bug: (which could reproduce often but 100%)

The condition else if (msgbox->close()) is not working as expected. And don't understand why it was working in the first place because the dialog is closed already when we reach that condition. (it must have worked at some point (Qt5??) otherwise we'd have noticed, right)

Replaced that with another clickedButton() check and it's now working reliably.

Copy link
Member

@daschuer daschuer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I can confirm the bug and the issue.
Thank you.

@daschuer daschuer merged commit c873e69 into mixxxdj:2.5 Jan 30, 2025
13 checks passed
@ronso0 ronso0 deleted the midi-saveas-bug branch January 30, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants