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

@@ -43,7 +43,7 @@ PROPERTY_SOURCE(PartDesign::ShapeBinder, Part::Feature)
ShapeBinder::ShapeBinder()
{
ADD_PROPERTY_TYPE(Support, (0,0), "",(App::PropertyType)(App::Prop_None),"Support of the geometry");
Placement.StatusBits.set(3, true);
Placement.setStatus(App::Property::Hidden, true);
}
ShapeBinder::~ShapeBinder()