Skip to content

Commit

Permalink
Update interactor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
francisengelmann authored Oct 18, 2018
1 parent 815fe14 commit af6f825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyviz3d/interactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def __init__(self, parent, pointcloud):

def keyPressEvent(self, obj, event):
key = self.parent.GetKeySym()
print('asd')
if key == '+':
point_size = self.pointcloud.vtkActor.GetProperty().GetPointSize()
self.pointcloud.vtkActor.GetProperty().SetPointSize(point_size + 1)
Expand Down

0 comments on commit af6f825

Please sign in to comment.