From 20f5ca66e66bce983979818d901399f5baaa364f Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Thu, 10 Dec 2009 16:03:28 +0000 Subject: [PATCH] ENH: Show progress in the ProgressDialog, case open DICOM with original resolution --- invesalius/data/imagedata_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/data/imagedata_utils.py b/invesalius/data/imagedata_utils.py index b134eee..19ed2df 100644 --- a/invesalius/data/imagedata_utils.py +++ b/invesalius/data/imagedata_utils.py @@ -211,7 +211,7 @@ def ExtractVOI(imagedata,xi,xf,yi,yf,zi,zf): def CreateImageData(filelist, zspacing): message = "Generating multiplanar visualization..." if not(const.REDUCE_IMAGEDATA_QUALITY): - update_progress= vtk_utils.ShowProgress(1) + update_progress= vtk_utils.ShowProgress(1, dialog_type = "ProgressDialog") array = vtk.vtkStringArray() for x in xrange(len(filelist)): -- libgit2 0.21.2