update adjustable repr after scan

This commit is contained in:
2020-11-16 17:36:50 +01:00
parent 6048e08edf
commit e9d28bf5e2
+1
View File
@@ -188,6 +188,7 @@ class ScanPanel(wx.Panel):
return_to_initial_values = self.cb_return.GetValue()
self.scanner.scan1D(adjustable, float(start_pos), float(end_pos), float(step_size), int(n_pulses), filename, return_to_initial_values)
self.on_change_adj(None)
def _get_adj(self):