- in Excellon Object UI, Advanced Mode, added a Tools Table context menu allowing to copy the tool diameters in the selected rows to clipboard
This commit is contained in:
committed by
Marius Stanciu
parent
4d2181eda7
commit
14d9ea5470
@@ -5191,7 +5191,7 @@ class AppGerberEditor(QtCore.QObject):
|
||||
self.app.defaults["global_point_clipboard_format"] %
|
||||
(self.decimals, self.pos[0], self.decimals, self.pos[1])
|
||||
)
|
||||
self.app.inform.emit('[success] %s' % _("Coordinates copied to clipboard."))
|
||||
self.app.inform.emit('[success] %s' % _("Copied to clipboard."))
|
||||
return
|
||||
|
||||
# Dispatch event to active_tool
|
||||
|
||||
Reference in New Issue
Block a user