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:
parent
d5be2232e8
commit
d11b4c8084
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ KCM.ScrollViewKCM {
|
|||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
enabled: nameField.readOnly
|
||||
|
||||
onDoubleClicked: {
|
||||
renameAction.trigger();
|
||||
|
|
Loading…
Reference in a new issue