Commit eaf2b14b3864d9e8a4e876061b65cfeccd8749b5

Authored by Paulo Henrique Junqueira Amorim
1 parent 2dd530d1

FIX: Bug display vtkWarning if setted original size in Windows XP

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/reader/dicom_reader.py
... ... @@ -104,8 +104,8 @@ def LoadImages(dir_):
104 104  
105 105 #Stack images in Z axes
106 106 img_app.AddInput(img)
  107 + img_app.Update()
107 108  
108   - img_app.Update()
109 109 img_axial = vtk.vtkImageData()
110 110  
111 111 if (reduce_matrix):
... ...