- fixed some issues realted to the usage of the new confirmation message in FlatCAM Tools
- made sure that the FlatCAM Tools UI initialization is done only in set_tool_ui() method and not in the constructor
This commit is contained in:
@@ -927,7 +927,7 @@ class ToolsDB(QtWidgets.QWidget):
|
||||
spindlespeed_item = FCSpinner()
|
||||
spindlespeed_item.set_range(0, 1000000)
|
||||
spindlespeed_item.set_value(int(data['spindlespeed']))
|
||||
spindlespeed_item.setSingleStep(100)
|
||||
spindlespeed_item.set_step(100)
|
||||
widget.setCellWidget(row, 16, spindlespeed_item)
|
||||
|
||||
dwell_item = FCCheckBox()
|
||||
|
||||
Reference in New Issue
Block a user