- fixed bug that did not allow joining of any object to a Geometry object

- working on solving the lost triggered signals for the Editor Toolbars buttons after changing the layout
This commit is contained in:
Marius Stanciu
2020-10-30 18:16:09 +02:00
committed by Marius
parent 46900d795d
commit fa7b965f63
5 changed files with 259 additions and 235 deletions

View File

@@ -230,6 +230,7 @@ class ExclusionAreas(QtCore.QObject):
self.app = app
self.app.log.debug("+ Adding Exclusion Areas")
# Storage for shapes, storage that can be used by FlatCAm tools for utility geometry
# VisPy visuals
if self.app.is_legacy is False: