fix draging responsiveness for active window

pull/11/head
Michail Vourlakos 5 years ago
parent 2a7a009046
commit 58fcd834d7

@ -89,7 +89,7 @@ Loader {
}
onPositionChanged: {
if (!root.dragActiveWindowEnabled || mouse.button !== Qt.LeftButton) {
if (!root.dragActiveWindowEnabled || !(mainArea.pressedButtons & Qt.LeftButton)) {
return;
}

Loading…
Cancel
Save