From e1149a0f5e7e3547ce5299b97db919ba2bcdd477 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 27 Dec 2020 21:28:01 +0200 Subject: [PATCH] - Gerber Editor - added a status message for the Import Shape sub-tool --- appEditors/AppGerberEditor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appEditors/AppGerberEditor.py b/appEditors/AppGerberEditor.py index 723cb837..e6203657 100644 --- a/appEditors/AppGerberEditor.py +++ b/appEditors/AppGerberEditor.py @@ -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