- fixed a bug that did not allow to edit GUI elements of type FCDoubleSpinner if it contained the percent symbol

- some small optimizations in the GUI of Cutout Tool
This commit is contained in:
Marius Stanciu
2020-04-19 04:41:58 +03:00
committed by Marius
parent 46cc9f3f19
commit 49fa926d50
4 changed files with 26 additions and 13 deletions

View File

@@ -343,8 +343,8 @@ class SolderPaste(FlatCAMTool):
self.gcode_form_layout.addRow(pp_label, self.pp_combo)
# ## Buttons
grid1 = QtWidgets.QGridLayout()
self.gcode_box.addLayout(grid1)
# grid1 = QtWidgets.QGridLayout()
# self.gcode_box.addLayout(grid1)
self.solder_gcode_btn = QtWidgets.QPushButton(_("Generate GCode"))
self.solder_gcode_btn.setToolTip(