From 81b2ba012b568a3a3f4c59ac54b5bcca76c6e65c Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Mon, 28 Dec 2009 12:47:25 +0000 Subject: [PATCH] FIX: Not showing the slice planes when a project is opened --- invesalius/data/viewer_volume.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 230c963..43e7102 100755 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -584,8 +584,6 @@ class SlicePlane: ps.Publisher().sendMessage('Set Widget Interactor', plane_y) ps.Publisher().sendMessage('Set Widget Interactor', plane_z) - self.Enable() - self.Disable() self.Render() def Enable(self, evt_pubsub=None): -- libgit2 0.21.2