# HG changeset patch # User Sebastien Jodogne # Date 1570012833 -7200 # Node ID dd8ff977aaf2a0889f931d349cb8b6fffa162908 # Parent a416ce923b60b27de8bb8eb68988b70e11438d50 remove wrong comment diff -r a416ce923b60 -r dd8ff977aaf2 Framework/Toolbox/DicomInstanceParameters.cpp --- a/Framework/Toolbox/DicomInstanceParameters.cpp Wed Oct 02 11:50:34 2019 +0200 +++ b/Framework/Toolbox/DicomInstanceParameters.cpp Wed Oct 02 12:40:33 2019 +0200 @@ -340,7 +340,7 @@ // Correct rescale slope/intercept if need be //data_.ApplyRescale(*converted, (pixelData.GetFormat() == Orthanc::PixelFormat_Grayscale32)); - data_.ApplyRescale(*converted, false); // Using "true" is incompatible with asm.js on IE11 + data_.ApplyRescale(*converted, false); return converted.release(); }