Commit 3c29741ef63526efddb48aed49f19beb3603a0b8

Authored by Paulo Henrique Junqueira Amorim
1 parent 99b12b20

FIX: Image plane turned off to open a new project

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/viewer_volume.py
... ... @@ -140,6 +140,7 @@ class Viewer(wx.Panel):
140 140  
141 141 self.mouse_pressed = 0
142 142 self.on_wl = False
  143 + self.slice_plane = 0
143 144  
144 145  
145 146 def OnHideText(self, pubsub_evt):
... ...