]> Creatis software - creaContours.git/commitdiff
#3018 creaContours Bug New Normal - Not compiling main application , ColorLayer...
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 19 Sep 2016 07:33:17 +0000 (09:33 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 19 Sep 2016 07:33:17 +0000 (09:33 +0200)
lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx

index a63bd56add5a897caead3eaf47b23e03bab94904..617dce59520bbb9db6365a86d28add0a4af07306 100644 (file)
@@ -3176,7 +3176,7 @@ wxPanel *wxContourMainFrame::getColorLayerImageViewPanel(wxWindow *parent)
                _theViewPanel->getImageData()->GetScalarRange(range);
                int min = (int)floor (range[0]);
                int max = (int)ceil (range[1]);
-               _viewColorLayerImagePanel = new ColorLayerImageViewPanel( parent, min, max , 1);
+               _viewColorLayerImagePanel = new ColorLayerImageViewPanel( parent, min, max, 100, 1);
                _viewColorLayerImagePanel->GetColorLayerImageViewManager()->SetwxVtkBaseView( 0 , _theViewPanel->getWxVtkBaseView() );
        }
        return _viewColorLayerImagePanel;