]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/LayerImageBase.cxx
Update Threshold
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / LayerImageBase.cxx
index cbf55cfc471739c5bc5ac76749438e6087315fc5..b40f8156795ef949d6792c07a24d58430e3cf3c8 100644 (file)
@@ -264,7 +264,7 @@ void LayerImageBase::SetNewSpacingLayer(double spc[3])
        _newSpcLayer[1] = spc[1];
        _newSpcLayer[2] = spc[2];
        _imageChangeInformation->SetOutputSpacing( _newSpcLayer );  
-
+_imageChangeInformation->Update();
 }