Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrgsp committed Nov 27, 2024
1 parent 4045729 commit b5085d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def _on_draw_event(self, event: MouseEvent) -> None:
scale = self._get_scale()
if scale == self._current_scale:
return
print("scale changed")
self._current_scale = scale
self._update_scene_by_scale(scale)
self._draw_scale_info()
Expand Down

0 comments on commit b5085d1

Please sign in to comment.