- 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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user