- 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:
Marius Stanciu
2022-02-18 15:51:21 +02:00
committed by Marius Stanciu
parent 4d2181eda7
commit 14d9ea5470
6 changed files with 68 additions and 11 deletions

View File

@@ -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