fixes #0003252: External geometry tool keeps hovered item active after leaving

This commit is contained in:
wmayer
2017-12-25 10:47:51 +01:00
parent fea662ea71
commit 178794610d
2 changed files with 4 additions and 0 deletions

View File

@@ -5136,6 +5136,7 @@ bool ViewProviderSketch::setEdit(int ModNum)
// clear the selection (convenience)
Gui::Selection().clearSelection();
Gui::Selection().rmvPreselect();
// create the container for the additional edit data
assert(!edit);