Commit 728bc198658a949fe41cc8538179f33be8443f43

Authored by tatiana
1 parent 372512ae

ADD: Brush operation while clicking (despite moving)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/reader/dicom_reader.py
... ... @@ -84,7 +84,7 @@ def LoadImages(dir_):
84 84 array = vtk.vtkStringArray()
85 85  
86 86 #Case Reduce Matrix of the Image
87   - reduce_matrix = 1
  87 + reduce_matrix = 0
88 88  
89 89 img_app = vtk.vtkImageAppend()
90 90 img_app.SetAppendAxis(2) #Define Stack in Z
... ...