PartDesign: Unify datum and shapebuilder visuals

This commit is contained in:
Stefan Tröger
2016-03-16 17:29:09 +01:00
parent 666a5968cb
commit e9b9d285ac
2 changed files with 13 additions and 5 deletions

View File

@@ -88,6 +88,8 @@ ViewProviderDatum::ViewProviderDatum()
pPickStyle = new SoPickStyle();
pPickStyle->ref();
DisplayMode.setStatus(App::Property::Hidden, true);
// set default color for datums (golden yellow with 60% transparency)
ParameterGrp::handle hGrp = App::GetApplication().GetParameterGroupByPath (
"User parameter:BaseApp/Preferences/Mod/PartDesign");