Some dialogs (under MacOS) have the Cancel and OK buttons reversed, right to left.
Reported version
3.5
Type
Graphical (UI)
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
In the following dialogs MuseScore erroneously has the OK button to the left off the Cancel button:
• Edit>Instruments ...
• Add>Measures>Append Measures ...
• Add>Measures>Insert Measures ...
• Style>Page Settings ...
In MacOS the OK button goes on the right.
"I keep clicking the wrong button because they are backwards."
This may not be an exhaustive list. I think I've seen other cases.
scorster
Fix version
3.6.0
Comments
Also File > File properties
It is generally happening when not using Qt's
QDialogButtonBox
, but 'manually' cobble together someQPushButton
without taking care of their order (in the same manual fashion), depending on OS.It is not just Windows vs. Mac, vs. Linux though, but even in Linux it differs depending desktop environment, like KDE vs. Gnome, see https://doc.qt.io/qt-5/qdialogbuttonbox.html#ButtonLayout-enum
At least one of these buttons (the one from File > File properties, and another from the disabled AVSOMR)) also has a somewhat wrong label, "Ok" rather that "OK" (for now 'fixed' via the translations, for en_US, en_GB and de).
See https://github.com/musescore/MuseScore/pull/7084
Fixed in branch 3.x, commit c9bea539e9
_Fix #314246: Some dialogs (under MacOS) have the Cancel and OK buttons reversed, right to left.
Automatically closed -- issue fixed for 2 weeks with no activity.