kcmkwin/kwindesktop: disable double-click mouse area while in edit mode

Otherwise the mouse area eats clicks and prevents text selection using
the mouse from working.

BUG: 441963
FIXED-IN: 5.23
This commit is contained in:
Nate Graham 2021-09-09 10:50:47 -06:00
parent d5be2232e8
commit d11b4c8084

View file

@ -63,6 +63,7 @@ KCM.ScrollViewKCM {
MouseArea {
anchors.fill: parent
enabled: nameField.readOnly
onDoubleClicked: {
renameAction.trigger();