diff --git a/src/Mod/Part/Gui/SoBrepFaceSet.cpp b/src/Mod/Part/Gui/SoBrepFaceSet.cpp index bed0e12013f2..538dce86fca2 100644 --- a/src/Mod/Part/Gui/SoBrepFaceSet.cpp +++ b/src/Mod/Part/Gui/SoBrepFaceSet.cpp @@ -209,10 +209,12 @@ void SoBrepFaceSet::doAction(SoAction* action) for (int i=0; iselectionIndex.finishEditing(); + PRIVATE(this)->updateVbo = true; return; } else if (selaction->getType() == Gui::SoSelectionElementAction::None) { this->selectionIndex.setNum(0); + PRIVATE(this)->updateVbo = true; return; }