aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components/MapRender/MapVertices.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-08 09:55:07 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-08 09:55:07 +0200
commit1b098db3824728699b2dd9d0820b8599a7750560 (patch)
tree92d7c085fe632a5fcc79b9fba16afb50b097c74a /Map/Presentation/Base Components/MapRender/MapVertices.swift
parent52f84748e76f602c0cac8175f7d3cf3e76a5b31b (diff)
Keep the pointing hand when you stop dragging
Diffstat (limited to 'Map/Presentation/Base Components/MapRender/MapVertices.swift')
-rw-r--r--Map/Presentation/Base Components/MapRender/MapVertices.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Base Components/MapRender/MapVertices.swift b/Map/Presentation/Base Components/MapRender/MapVertices.swift
index 8b5dde2..621c2f9 100644
--- a/Map/Presentation/Base Components/MapRender/MapVertices.swift
+++ b/Map/Presentation/Base Components/MapRender/MapVertices.swift
@@ -62,7 +62,7 @@ struct MapVertices: View {
onDragVertex(vertex, newX, newY)
- NSCursor.arrow.set()
+ NSCursor.pointingHand.set()
}
)