- Gerber Editor - added a status message for the Import Shape sub-tool

This commit is contained in:
Marius Stanciu
2020-12-27 21:28:01 +02:00
committed by Marius
parent b328566ec1
commit e1149a0f5e

View File

@@ -2810,6 +2810,8 @@ class ImportEditorGrb(QtCore.QObject, DrawTool):
else:
self.grid_status_memory = False
self.draw_app.app.inform.emit('%s' % _("Select shapes to import them into the edited object."))
def import_connect(self):
# first connect to new, then disconnect the old handlers
# don't ask why but if there is nothing connected I've seen issues