aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Base Components
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Base Components')
-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()
}
)