Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofpayne committed Aug 16, 2024
1 parent 19e2fc3 commit 3cb257c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laserstudio/widgets/stagesight.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def move_to(self, position: QPointF):
logging.getLogger("laserstudio").info(f"Move to position {x, y}")

if self.stage is not None:
self.stage.move_to(self.stage_coords_from_scene_coords(position), wait=False)
self.stage.move_to(self.stage_coords_from_scene_coords(position), wait=True)
else:
self.setPos(position)

Expand Down

0 comments on commit 3cb257c

Please sign in to comment.