- finished adding in Geometry Editor a TreeWidget with the geometry shapes found in the edited object

This commit is contained in:
Marius Stanciu
2020-01-28 03:59:15 +02:00
committed by Marius
parent 64ff4fb9fd
commit fd0438842d
5 changed files with 202 additions and 21 deletions

View File

@@ -5972,7 +5972,7 @@ class FlatCAMRTreeStorage(FlatCAMRTree):
self.objects.append(obj)
idx = len(self.objects) - 1
# Note: Shapely objects are not hashable any more, althought
# Note: Shapely objects are not hashable any more, although
# there seem to be plans to re-introduce the feature in
# version 2.0. For now, we will index using the object's id,
# but it's important to remember that shapely geometry is