Skip to content

Commit

Permalink
+ revert regression in commit c3f35d9 affecting Part Thickness tool
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 1, 2016
1 parent 4568a4e commit d3b6911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Part/App/PartFeatures.cpp
Expand Up @@ -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
Expand Down

0 comments on commit d3b6911

Please sign in to comment.