- fixed issue with not possible to close the app after a project save.

This commit is contained in:
Marius Stanciu
2019-04-06 01:15:29 +03:00
parent 1307026d83
commit da991c103b
3 changed files with 3 additions and 4 deletions

View File

@@ -2371,7 +2371,6 @@ class FlatCAMExcEditor(QtCore.QObject):
## Non-iterable
except TypeError:
## DrawToolShape
if isinstance(geometry, DrawToolShape):
plot_elements += self.plot_shape(geometry=geometry.geo, color=color, linewidth=linewidth)