PartDesign: Boolean must show the operation result, not the children. fixes #0003184

This commit is contained in:
Stefan Tröger
2017-09-16 08:08:12 +02:00
committed by wmayer
parent 0457b196a2
commit f1c307dc28
5 changed files with 66 additions and 0 deletions

View File

@@ -649,6 +649,7 @@ void finishFeature(const Gui::Command* cmd, const std::string& FeatName,
cmd->copyVisual(FeatName.c_str(), "LineColor", pcActiveBody->getNameInDocument());
cmd->copyVisual(FeatName.c_str(), "PointColor", pcActiveBody->getNameInDocument());
cmd->copyVisual(FeatName.c_str(), "Transparency", pcActiveBody->getNameInDocument());
cmd->copyVisual(FeatName.c_str(), "DisplayMode", pcActiveBody->getNameInDocument());
}
}