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.
1 parent 9faae75 commit 6dfad44Copy full SHA for 6dfad44
1 file changed
python/PiFinder/ui/preview.py
@@ -247,7 +247,6 @@ def key_number(self, number):
247
self.shared_state.set_solve_pixel((256, 256))
248
self.config_object.set_option("solve_pixel", (256, 256))
249
self.align_mode = False
250
- self.update(force=True)
251
if number in list(range(1, self.highlight_count + 1)):
252
# They picked a star to align....
253
star_index = number - 1
@@ -260,4 +259,6 @@ def key_number(self, number):
260
259
(star_cam_x, star_cam_y),
261
)
262
263
+
+ self.shared_state.set_camera_align(self.align_mode)
264
+ self.update(force=True)
0 commit comments