Commit 81b2ba012b568a3a3f4c59ac54b5bcca76c6e65c
1 parent
944129ff
Exists in
master
and in
6 other branches
FIX: Not showing the slice planes when a project is opened
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
invesalius/data/viewer_volume.py
... | ... | @@ -584,8 +584,6 @@ class SlicePlane: |
584 | 584 | ps.Publisher().sendMessage('Set Widget Interactor', plane_y) |
585 | 585 | ps.Publisher().sendMessage('Set Widget Interactor', plane_z) |
586 | 586 | |
587 | - self.Enable() | |
588 | - self.Disable() | |
589 | 587 | self.Render() |
590 | 588 | |
591 | 589 | def Enable(self, evt_pubsub=None): | ... | ... |