From cf36389fa6579b44d67844cd513534fbc73d7e4b Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Fri, 31 Oct 2025 00:30:12 -0400 Subject: [PATCH] NSectionEditor: Easier to access right click to move widgets around --- Widgets/NSectionEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NSectionEditor.qml b/Widgets/NSectionEditor.qml index 3eefa13c..65fe857f 100644 --- a/Widgets/NSectionEditor.qml +++ b/Widgets/NSectionEditor.qml @@ -233,7 +233,7 @@ NBox { acceptedButtons: Qt.RightButton z: -1 // Below the buttons but above background - onClicked: mouse => { + onPressed: mouse => { if (mouse.button === Qt.RightButton) { // Check if click is not on the buttons area const localX = mouse.x