- in Isolation Plugin made sure that the last displayed message is the warning, in the case of using tool validation and the tool is not validated
- some more work in the Excellon Editor - Drill adding
- some fixes in the image loader when clicking the an image that is in the list of previous loaded files
- a small fin in the SVG parser
- added a new Tcl command that is returning the name of the active object ('get_active') to accompany the 'set_active' command
- a small fix for the 2d graphic mode by replacing the q5agg matplotlib backend with the qtagg backend which should work with the Qt6
This commit is contained in:
@@ -107,7 +107,7 @@ class SolderPaste(AppTool):
|
||||
self.set_tool_ui()
|
||||
self.build_ui()
|
||||
|
||||
self.app.ui.notebook.setTabText(2, _("SP Dispenser"))
|
||||
self.app.ui.notebook.setTabText(2, _("SolderPaste"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
AppTool.install(self, icon, separator, shortcut='Alt+K', **kwargs)
|
||||
@@ -1226,7 +1226,7 @@ class SolderPaste(AppTool):
|
||||
|
||||
class SolderUI:
|
||||
|
||||
pluginName = _("SP Dispenser")
|
||||
pluginName = _("SolderPaste")
|
||||
|
||||
def __init__(self, layout, app, solder_class):
|
||||
self.app = app
|
||||
|
||||
Reference in New Issue
Block a user