GUI: Fixed bug where start_angle wouldn't update to current value

This commit is contained in:
2025-11-11 11:33:59 +01:00
parent 070a26c53d
commit 3f0e6873ea
@@ -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."""