Navigation Menu

Skip to content

Commit

Permalink
[Draft] Autogroup bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopav authored and yorikvanhavre committed Jan 27, 2020
1 parent 1bca539 commit d637895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/draftutils/gui_utils.py
Expand Up @@ -131,7 +131,7 @@ def autogroup(obj):
)
return
inverse_placement = FreeCAD.Placement(matrix.inverse())
if getType(obj) == 'Point':
if get_type(obj) == 'Point':
# point vector have a kind of placement, so should be
# processed before generic object with placement
point_vector = FreeCAD.Vector(obj.X, obj.Y, obj.Z)
Expand Down

0 comments on commit d637895

Please sign in to comment.