Commit f5d1c385 authored by Craig Watson's avatar Craig Watson

Rotating the protractor now sets cursor as rotation cursor

parent ec5bc498
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment