From 8d912fa62a721e0e70a0ec2b995dbd615b0d6bf8 Mon Sep 17 00:00:00 2001 From: Kurt Hutten Irev-Dev Date: Wed, 28 Aug 2024 19:41:16 +1000 Subject: [PATCH] make sure cursor is consistent with other tool tips --- src/clientSideScene/ClientSideSceneComp.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/clientSideScene/ClientSideSceneComp.tsx b/src/clientSideScene/ClientSideSceneComp.tsx index 6aa50db47..0662ad580 100644 --- a/src/clientSideScene/ClientSideSceneComp.tsx +++ b/src/clientSideScene/ClientSideSceneComp.tsx @@ -126,7 +126,8 @@ export const ClientSideScene = ({ } else if ( state.matches('Sketch.Line tool') || state.matches('Sketch.Tangential arc to') || - state.matches('Sketch.Rectangle tool') + state.matches('Sketch.Rectangle tool') || + state.matches('Sketch.Circle tool') ) { cursor = 'crosshair' } else {