- minimized the number of tools present in the Tools Toolbar to the bare minimum

- fixed an error in the Follow Tool
This commit is contained in:
Marius Stanciu
2020-11-13 13:52:09 +02:00
parent 04de960ecb
commit ff576fd19c
4 changed files with 118 additions and 101 deletions

View File

@@ -125,7 +125,7 @@ class ToolFollow(AppTool, Gerber):
return "Could not retrieve object: %s with error: %s" % (obj_name, str(e))
if obj is None:
self.app.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Object not found"), str(self.obj_name)))
self.app.inform.emit('[ERROR_NOTCL] %s: %s' % (_("Object not found"), str(obj_name)))
return
formatted_name = obj_name.rpartition('.')[0]