]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/ThresholdImageView/ColorLayerImageViewPanel.cxx
Improved the image superposition, adding optional base colors, grey level boundaries...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / ThresholdImageView / ColorLayerImageViewPanel.cxx
index e23ab7dc4601aa7bf0876d3f7341e57c77337582..fb4d6abf84c3361f606695f5b527f703dcd301b9 100644 (file)
@@ -1,5 +1,3 @@
-
-
 /**
  *  \file
  *  \brief ClassThresholdImageViewPanel .
@@ -317,7 +315,7 @@ void ColorLayerImageViewPanel::onSliceFixDinamic(wxCommandEvent& event)
        if (_colorLayerImageView!=NULL)
        {
         bool fixdin = _cb_SliceFixDinamic->GetValue();
-        _colorLayerImageView->SetSliceFixDinamic( fixdin );
+        _colorLayerImageView->SetSliceFixDynamic( fixdin );
         if (fixdin==false)
         {
             _colorLayerImageView->SetZ2( _sl_SliceImage->GetValue() );