ossia / score

ossia score, an interactive sequencer for the intermedia arts
https://ossia.io
Other
1.49k stars 104 forks source link

[UI] Panels naming problem : "&" before titles on ver 3.2.0 #1533

Closed HugoGenillier closed 4 months ago

HugoGenillier commented 4 months ago

theEproblem An "&" caracter appears before each panel title.

This problem occurs on 3.2.0 version of score (the latest).

To fix : suppress the "&"

jcelerier commented 4 months ago

don't suppress the & :) it's a Qt / KDE bug which will be fixed in an upcoming system update (https://bugreports.qt.io/browse/QTBUG-86407) ; it affects other software such as OBS studio: https://github.com/obsproject/obs-studio/issues/10341

jcelerier commented 4 months ago

(FYI the & is used in the code to indicate which key allows shifting to a given menu: https://doc.qt.io/qt-6/qshortcut.html#details)

HugoGenillier commented 4 months ago

Okay sure, I wasn't aware of this.