- in CNCJob UI Autolevelling - made autolevelling checkbox state persistent between app restarts

This commit is contained in:
Marius Stanciu
2020-08-17 02:31:51 +03:00
parent 115e882614
commit 495947f8c5
4 changed files with 24 additions and 18 deletions

View File

@@ -2389,9 +2389,6 @@ class CNCObjectUI(ObjectUI):
self.al_probe_points_table.setMinimumHeight(self.al_probe_points_table.getHeight())
self.al_probe_points_table.setMaximumHeight(self.al_probe_points_table.getHeight())
# Signals
self.sal_cb.stateChanged.connect(lambda state: self.al_frame.show() if state else self.al_frame.hide())
# Set initial UI
self.al_frame.hide()
# self.on_mode_radio(val='grid')