Skip to content

Commit

Permalink
Fix wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee-0 committed Apr 28, 2022
1 parent 1c7425b commit 7576857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ def update_number_cp(self, value) -> None:
self.selected_point = None
self.load_fields()
self.iren.GetInteractorStyle().set_selected_point_id(None)
self.iren.GetInteractorStyle().set_selection_cp(None)
self.iren.GetInteractorStyle().set_selected_cp(None)

self.update_label_order()
self.ren.Render()
Expand Down

0 comments on commit 7576857

Please sign in to comment.