Commit ec1544ea31c11f6583c3159fe1f9ff6b38eee967

Authored by tfmoraes
1 parent c49f127b

FIX: Remove the call to add point reference

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/viewer_volume.py
... ... @@ -588,7 +588,6 @@ class Viewer(wx.Panel):
588 588 self.picker.Pick(x, y, 0, self.ren)
589 589 point_id = self.picker.GetPointId()
590 590 self.seed_points.append(point_id)
591   - self.AddPointReference(self.picker.GetPickPosition(), 5)
592 591 self.interactor.Render()
593 592  
594 593  
... ...