From 5d2d8bfac66409e2df1729e97c465c7e80717bbc Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 14 May 2008 11:56:40 +0000 Subject: [PATCH] Minor change --- src/VISUGUI/VisuGUI_Prs3dDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2