do not make property read-only in property editor

This commit is contained in:
wmayer
2017-04-14 19:13:52 +02:00
parent 6a71dd23d3
commit ffa88e559b

View File

@@ -156,7 +156,6 @@ SurfaceFeature::SurfaceFeature(): Feature()
{
ADD_PROPERTY(FillType, ((long)0));
ADD_PROPERTY(BoundaryList, (0, "Dummy"));
FillType.setStatus(App::Property::ReadOnly, true); // read-only in property editor
FillType.setEnums(FillTypeEnums);
}