Sketcher: re-apply cursor of tool when clicking.

This commit is contained in:
PaddleStroke
2024-07-03 14:55:51 +02:00
committed by Chris Hennes
parent 8bc38f0a92
commit a703253df8

View File

@@ -1197,6 +1197,7 @@ bool ViewProviderSketch::mouseButtonPressed(int Button, bool pressed, const SbVe
Mode = STATUS_NONE;
return true;
case STATUS_SKETCH_UseHandler: {
sketchHandler->applyCursor();
return sketchHandler->releaseButton(Base::Vector2d(x, y));
}
case STATUS_NONE: