Skip to content

Commit

Permalink
reverted add_callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Arohan Ajit committed Oct 3, 2024
1 parent 19ae7a0 commit 7580484
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/wxpython/iscatt/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,9 @@ def __init__(self, ax, pol, empty_pol):
self.line = Line2D(x, y, marker="o", markerfacecolor="r", animated=True)
self.ax.add_line(self.line)
# self._update_line(pol)

self.pol.add_callback(self.poly_changed)

self.moving_ver_idx = None # the active vert

self.mode = None
Expand Down

0 comments on commit 7580484

Please sign in to comment.