From 3c29741ef63526efddb48aed49f19beb3603a0b8 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Mon, 25 Jan 2010 12:41:48 +0000 Subject: [PATCH] FIX: Image plane turned off to open a new project --- invesalius/data/viewer_volume.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 0b92927..82f1c4b 100755 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -140,6 +140,7 @@ class Viewer(wx.Panel): self.mouse_pressed = 0 self.on_wl = False + self.slice_plane = 0 def OnHideText(self, pubsub_evt): -- libgit2 0.21.2