implement highlighting of surface in filling task panel

This commit is contained in:
wmayer
2017-04-24 14:43:30 +02:00
parent a0ac4cf445
commit fb3fb9643d
2 changed files with 35 additions and 4 deletions

View File

@@ -701,7 +701,7 @@ void ViewProviderPartExt::setHighlightedFaces(const std::vector<App::Material>&
void ViewProviderPartExt::unsetHighlightedFaces()
{
ShapeMaterial.touch();
DiffuseColor.touch();
Transparency.touch();
}