disable interactible elements when drawing
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 13s
Python / lint-format (pull_request) Successful in 25s
Python / test (pull_request) Successful in 32s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m28s

This commit is contained in:
2026-06-19 23:21:01 +02:00
parent 697058146e
commit ca1243f9c7
6 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ MouseArea {
anchors.fill: parent
cursorShape: !enabled ? undefined : Qt.PointingHandCursor
enabled: parent.enabled
enabled: parent.enabled && !Visibilities.getForActive().isDrawing
hoverEnabled: true
Behavior on stateOpacity {