From 728bc198658a949fe41cc8538179f33be8443f43 Mon Sep 17 00:00:00 2001 From: tatiana Date: Thu, 23 Jul 2009 17:22:34 +0000 Subject: [PATCH] ADD: Brush operation while clicking (despite moving) --- invesalius/reader/dicom_reader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/reader/dicom_reader.py b/invesalius/reader/dicom_reader.py index 46124a0..825d17c 100644 --- a/invesalius/reader/dicom_reader.py +++ b/invesalius/reader/dicom_reader.py @@ -84,7 +84,7 @@ def LoadImages(dir_): array = vtk.vtkStringArray() #Case Reduce Matrix of the Image - reduce_matrix = 1 + reduce_matrix = 0 img_app = vtk.vtkImageAppend() img_app.SetAppendAxis(2) #Define Stack in Z -- libgit2 0.21.2