diff Framework/Toolbox/OrthancSlicesLoader.cpp @ 178:6dafcdec4b87 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Mar 2018 17:03:51 +0100
parents e2fe9352f240
children e9c7a78a3e77
line wrap: on
line diff
--- a/Framework/Toolbox/OrthancSlicesLoader.cpp	Fri Mar 09 12:32:01 2018 +0100
+++ b/Framework/Toolbox/OrthancSlicesLoader.cpp	Tue Mar 13 17:03:51 2018 +0100
@@ -617,7 +617,7 @@
     Orthanc::ImageProcessing::Convert(*image, *reader);
     reader.reset(NULL);
     
-    Orthanc::ImageProcessing::ShiftScale(*image, offset, scaling);
+    Orthanc::ImageProcessing::ShiftScale(*image, offset, scaling, true);
 
     NotifySliceImageSuccess(operation, image);
   }