+ revert regression in commit c3f35d9f affecting Part Thickness tool

This commit is contained in:
wmayer 2016-06-01 09:13:16 +02:00
parent 4568a4e583
commit d3b69112de

View File

@ -548,6 +548,8 @@ Thickness::Thickness()
Mode.setEnums(ModeEnums);
ADD_PROPERTY_TYPE(Join,(long(0)),"Thickness",App::Prop_None,"Join type");
Join.setEnums(JoinEnums);
ADD_PROPERTY_TYPE(Intersection,(false),"Thickness",App::Prop_None,"Intersection");
ADD_PROPERTY_TYPE(SelfIntersection,(false),"Thickness",App::Prop_None,"Self Intersection");
}
short Thickness::mustExecute() const