https://bugs.kde.org/show_bug.cgi?id=498867
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kirigami/-/commit/81 | |d06f7b34b841375f4ab040c081d | |0f06fca6279 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #7 from Marco Martin <notm...@gmail.com> --- Git commit 81d06f7b34b841375f4ab040c081d0f06fca6279 by Marco Martin. Committed on 23/01/2025 at 16:50. Pushed by mart into branch 'master'. SelectableLabel: disable shortcuts when invisible or no text selected the shortcut will always be registered even if there is no text selected or the control is not visible, which can be problematic because it can steal ctrl+c from other controls the enabled binding needsto be on the action and not on the MenuItem for the shortcut to be properly disabled M +2 -1 src/controls/SelectableLabel.qml https://invent.kde.org/frameworks/kirigami/-/commit/81d06f7b34b841375f4ab040c081d0f06fca6279 -- You are receiving this mail because: You are watching all bug changes.