Skip to content

Commit

Permalink
Fix Face color display issue with Vbo turned on
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Marie Verdun authored and wwmayer committed Feb 20, 2017
1 parent 399cdd8 commit 4a3252e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/Gui/SoBrepFaceSet.cpp
Expand Up @@ -209,10 +209,12 @@ void SoBrepFaceSet::doAction(SoAction* action)
for (int i=0; i<num;i++)
v[i] = i;
this->selectionIndex.finishEditing();
PRIVATE(this)->updateVbo = true;
return;
}
else if (selaction->getType() == Gui::SoSelectionElementAction::None) {
this->selectionIndex.setNum(0);
PRIVATE(this)->updateVbo = true;
return;
}

Expand Down

0 comments on commit 4a3252e

Please sign in to comment.