PartDesign: Adopt to new property status bits

This commit is contained in:
Stefan Tröger
2016-01-15 08:11:06 +01:00
parent a6c8f38cf0
commit 7d30833349
7 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ OriginFeature::OriginFeature()
ADD_PROPERTY_TYPE ( Role, (""), 0, App::Prop_ReadOnly, "Role of the feature in the Origin" ) ;
// Set placement to read-only
Placement.StatusBits.set(3, true);
Placement.setStatus(Property::Hidden, true);
}
OriginFeature::~OriginFeature()