From 26dd3c6c6654b059eaaa1d1af9c7c1bec0e435a5 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 19 Sep 2016 09:33:17 +0200 Subject: [PATCH] #3018 creaContours Bug New Normal - Not compiling main application , ColorLayer in creaMaracasVisu modification --- lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx index a63bd56..617dce5 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx +++ b/lib/Interface_ManagerContour_NDimensions/wxContourMainFrame.cxx @@ -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; -- 2.45.0