Skip to content

Commit

Permalink
Removed extraneous calls to Modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Fries committed Apr 28, 2015
1 parent 0d19b38 commit 7285ffa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Packages/vcs/Lib/vtk_ui/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,11 @@ def show(self):
if self.showing() is False:
self.place()
self.actor.VisibilityOn()
self.actor.Modified()
self.render()

def hide(self):
if self.showing():
self.actor.VisibilityOff()
self.actor.Modified()
self.render()

def place(self):
Expand Down

0 comments on commit 7285ffa

Please sign in to comment.