Sketcher: [skip ci] force redraw after using rubberband selection

This commit is contained in:
wmayer
2019-12-27 21:18:27 +01:00
parent bd36bcb22b
commit 5442dfbbcc

View File

@@ -865,6 +865,7 @@ bool ViewProviderSketch::mouseButtonPressed(int Button, bool pressed, const SbVe
// a redraw is required in order to clear the rubberband
draw(true,false);
const_cast<Gui::View3DInventorViewer*>(viewer)->redraw();
Mode = STATUS_NONE;
return true;
case STATUS_SKETCH_UseHandler: {