- the Jump To popup window will now autoselect the LineEdit therefore no more need for an extra click after launching the function

This commit is contained in:
Marius Stanciu
2020-01-27 15:27:34 +02:00
parent 251dfd3fb7
commit aa7bc125f4
3 changed files with 6 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ class ToolPunchGerber(FlatCAMTool):
self.grid1.addWidget(self.circular_ring_entry, 3, 1)
# Oblong Annular Ring Value
self.oblong_ring_label= QtWidgets.QLabel('%s:' % _("Oblong"))
self.oblong_ring_label = QtWidgets.QLabel('%s:' % _("Oblong"))
self.oblong_ring_label.setToolTip(
_("The size of annular ring for oblong pads.")
)
@@ -634,4 +634,3 @@ class ToolPunchGerber(FlatCAMTool):
self.gerber_object_combo.setRootModelIndex(self.app.collection.index(0, 0, QtCore.QModelIndex()))
self.exc_combo.setRootModelIndex(self.app.collection.index(1, 0, QtCore.QModelIndex()))
self.ui_disconnect()