Commit 4688fe1ba21a110b292ae13dc062bf92719fc0c8

Authored by tatiana
1 parent bff30dc2

STL: Comments on viewer_slice

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/viewer_slice.py
... ... @@ -494,6 +494,7 @@ class Viewer(wx.Panel):
494 494  
495 495  
496 496 #if (size[0] <= size[1] + 60):
  497 + # Code bellow doesn't work for Promed 0013
497 498 if 0:
498 499  
499 500 bound = slice_data.actor.GetBounds()
... ...