GUI: Fixed bug where start_angle wouldn't update to current value
This commit is contained in:
@@ -196,7 +196,8 @@ class RotationDataCollectionPanel(ScanSettingsPanel):
|
||||
|
||||
@Slot()
|
||||
def update_omega_start(self):
|
||||
self.start_angle.update_value(self.__omega)
|
||||
if not self.start_angle.isReadOnly():
|
||||
self.start_angle.force_update_value(self.__omega)
|
||||
|
||||
def get_parameter_mappings(self):
|
||||
"""Return rotation-specific parameter mappings."""
|
||||
|
||||
Reference in New Issue
Block a user