Rotating the protractor now sets cursor as rotation cursor

preferencesAboutTextFull
Craig Watson 9 years ago
parent ec5bc49875
commit f5d1c3857f
  1. 2
      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);

Loading…
Cancel
Save