fixed a bug where preview circles were not removed when changing stylus tool

preferencesAboutTextFull
Clément Fauconnier 7 years ago
parent 7a9b89694b
commit 3c6b06e332
  1. 2
      src/domain/UBGraphicsScene.cpp

@ -2927,6 +2927,8 @@ void UBGraphicsScene::setToolCursor(int tool)
tool == (int)UBStylusTool::Text ||
tool == (int)UBStylusTool::Play) {
deselectAllItems();
hideMarkerCircle();
hidePenCircle();
}
if (mCurrentStroke && mCurrentStroke->polygons().empty()){

Loading…
Cancel
Save