From: ouv Date: Wed, 14 May 2008 11:56:40 +0000 (+0000) Subject: Minor change X-Git-Tag: TG_VISU_2008_2008-06-26~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5d2d8bfac66409e2df1729e97c465c7e80717bbc;p=modules%2Fvisu.git Minor change --- diff --git a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx index 681cc9e5..fcabb88a 100644 --- a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx +++ b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx @@ -1157,7 +1157,7 @@ void VisuGUI_ScalarBarPane::createScalarBar() theRange[0] = (vtkFloatingPointType)MinEdit->text().toDouble(); theRange[1] = (vtkFloatingPointType)MaxEdit->text().toDouble(); } - myScalarMapPL->SetScalarRange(theRange); + myScalarMapPL->SetScalarRange(theRange, false); myScalarMapPL->SetNbColors(sbCol); myScalarMapPL->Update();