Compass tool: draw center cross for each new arc

This solves an issue where drawing several arcs in a row resulted in
only the first one being saved.
preferencesAboutTextFull
Craig Watson 7 years ago
parent 457aef5b0f
commit 282d55d0f9
  1. 1
      src/tools/UBGraphicsCompass.cpp

@ -308,6 +308,7 @@ void UBGraphicsCompass::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
{
updateResizeCursor();
updateDrawCursor();
mDrewCenterCross = false;
event->accept();
}
else if (closeButtonRect().contains(event->pos()))

Loading…
Cancel
Save