Commit 04023804ee934ba28d6f814feb2ee3cbc04e9d6c

Authored by Paulo Henrique Junqueira Amorim
1 parent 29f9d518

ENH: Synchronize the window and level of the slice_viewer with planes from viewer_volume

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -254,7 +254,10 @@ class Viewer(wx.Panel):
254 254 const.WINDOW_LEVEL['Other'] = (self.acum_achange_window,\
255 255 self.acum_achange_level)
256 256 ps.Publisher().sendMessage('Check window and level other')
257   -
  257 +
  258 + #Necessary update the slice plane in the volume case exists
  259 + ps.Publisher().sendMessage('Render volume viewer')
  260 +
258 261 self.interactor.Render()
259 262  
260 263  
... ...