diff --git a/src/tools/UBGraphicsProtractor.cpp b/src/tools/UBGraphicsProtractor.cpp index 5b4b09ef..228e873d 100644 --- a/src/tools/UBGraphicsProtractor.cpp +++ b/src/tools/UBGraphicsProtractor.cpp @@ -326,6 +326,8 @@ void UBGraphicsProtractor::hoverMoveEvent(QGraphicsSceneHoverEvent *event) if (currentTool == Move) setCursor(Qt::SizeAllCursor); + else if (currentTool == Rotate) + setCursor(rotateCursor()); else setCursor(Qt::ArrowCursor);