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