Commit ec1544ea31c11f6583c3159fe1f9ff6b38eee967
1 parent
c49f127b
Exists in
master
and in
6 other branches
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,7 +588,6 @@ class Viewer(wx.Panel): | ||
588 | self.picker.Pick(x, y, 0, self.ren) | 588 | self.picker.Pick(x, y, 0, self.ren) |
589 | point_id = self.picker.GetPointId() | 589 | point_id = self.picker.GetPointId() |
590 | self.seed_points.append(point_id) | 590 | self.seed_points.append(point_id) |
591 | - self.AddPointReference(self.picker.GetPickPosition(), 5) | ||
592 | self.interactor.Render() | 591 | self.interactor.Render() |
593 | 592 | ||
594 | 593 |