- had a first shot in creating a way to show the log messages in the Tcl Shell if a setting in Preferences is set

- fixed Isolation Tool tool table context menu pointing at the same method for the menu entries: Add Tool and Pick from DB
This commit is contained in:
Marius Stanciu
2020-11-25 12:48:38 +02:00
committed by Marius
parent 1af4ec0474
commit ca77b8869c
5 changed files with 154 additions and 102 deletions

View File

@@ -64,7 +64,7 @@ class ToolIsolation(AppTool, Gerber):
)
self.ui.tools_table.addContextMenu(
_("Pick from DB"),
self.on_add_tool_by_key,
self.on_tool_add_from_db_clicked,
icon=QtGui.QIcon(self.app.resource_location + "/search_db32.png")
)
self.ui.tools_table.addContextMenu(