Skip to content

Commit

Permalink
Issue #100 fixed name
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Jul 6, 2022
1 parent 4b7fe14 commit d790789
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sksurgerybard/visualisation/bard_visualisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ def visibility_toggle(self, y_pos):
if not actor.GetVisibility():
actor.SetVisibility(True)
return

def luminance_change(self, y_pos):
"""
Changes the luminance of one of the actors
Changes the luminance of one of the actors
"""
print("Got signal to change luminance of actor, ", y_pos)
for actor in self._target_actors:
for actor in self._target_anatomy_actors:
print("Changing luminance for actor ", actor)


Expand Down

0 comments on commit d790789

Please sign in to comment.