From: Anthony Geay Date: Thu, 17 Dec 2015 14:38:56 +0000 (+0100) Subject: Porting PV50 X-Git-Tag: V8_0_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=e8abed47ddbe3165daf1f40f4809988c82bee22f Porting PV50 --- diff --git a/src/OBJECT/SMESH_ScalarBarActor.h b/src/OBJECT/SMESH_ScalarBarActor.h index 6bcd2fb5a..77546227f 100644 --- a/src/OBJECT/SMESH_ScalarBarActor.h +++ b/src/OBJECT/SMESH_ScalarBarActor.h @@ -122,7 +122,7 @@ class SMESHOBJECT_EXPORT SMESH_ScalarBarActor: public vtkActor2D { // Set/Get the maximum number of scalar bar segments to show. This may // differ from the number of colors in the lookup table, in which case // the colors are samples from the lookup table. - vtkSetClampMacro(MaximumNumberOfColors, int, 2, VTK_LARGE_INTEGER); + vtkSetClampMacro(MaximumNumberOfColors, int, 2, VTK_INT_MAX); vtkGetMacro(MaximumNumberOfColors, int); // Description: