- in Geometry Editor, in Copy Tool added the 2D copy-as-array feature therefore finishing this editor plugin upgrade

This commit is contained in:
Marius Stanciu
2022-04-18 01:23:01 +03:00
committed by Marius
parent 3af1b189c5
commit e2770776b7
7 changed files with 341 additions and 91 deletions

View File

@@ -588,7 +588,7 @@ class TransformEditorTool(AppTool):
maxy = max(maxy, maxy_)
return minx, miny, maxx, maxy
except TypeError:
# it's an object, return it's bounds
# it's an object, return its bounds
return lst.bounds()
return bounds_rec(shapelist)