Sketcher: re-apply cursor of tool when clicking.
This commit is contained in:
committed by
Chris Hennes
parent
8bc38f0a92
commit
a703253df8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user