We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c1eed7 + f8a64f5 commit 40abd5fCopy full SHA for 40abd5f
hexrd/ui/calibration/calibration_runner.py
@@ -420,4 +420,5 @@ def last_point_removed(self):
420
self.current_data_list.pop(-1)
421
elif self.active_overlay_type == OverlayType.laue:
422
self.decrement_overlay_data_index()
423
- self.current_data_list.clear()
+ if self.current_data_list:
424
+ self.current_data_list.pop(-1)
0 commit comments