+ revert regression in commit 92bf46cc affecting Part Thickness tool

This commit is contained in:
wmayer
2016-06-01 09:13:16 +02:00
parent ad6701d49c
commit 01c4212502

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