This commit is contained in:
Ly-sec
2026-01-15 18:39:52 +01:00
parent 6a6c131743
commit be534d9ee6
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -600,7 +600,8 @@ Item {
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: if (lockContext) lockContext.tryUnlock()
onClicked: if (lockContext)
lockContext.tryUnlock()
}
Behavior on color {
+2 -2
View File
@@ -758,8 +758,8 @@ Popup {
root.colorSelected(root.selectedColor);
// Delay close to prevent click propagation to elements behind the dialog
Qt.callLater(() => {
root.close();
});
root.close();
});
}
}
}