PartDesign: Boolean must show the operation result, not the children. fixes #0003184
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user