NSectionEditor: Easier to access right click to move widgets around

This commit is contained in:
ItsLemmy
2025-10-31 00:30:12 -04:00
parent abf346e485
commit cf36389fa6
+1 -1
View File
@@ -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