]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug GVIEW10814
authorapo <apo@opencascade.com>
Mon, 19 Dec 2005 07:18:02 +0000 (07:18 +0000)
committerapo <apo@opencascade.com>
Mon, 19 Dec 2005 07:18:02 +0000 (07:18 +0000)
   size of the cursor is not modified when changing the magnification
Minor changes.
Bicolor mode defined as Red > 0 and Blue <= 0

src/OBJECT/VISU_GaussPtsAct.cxx

index 89e1435a3aee13d3c95dbdb7d26da39112f90a46..18ea5f9d2cc76f51b32a784daaf5a93999bb28d8 100644 (file)
@@ -387,7 +387,7 @@ namespace
       aRadius *= theGaussPointsPL->GetSize() * theGaussPointsPL->GetAverageCellSize();
     else if(theGaussPointsPL->GetBicolor()){
       float aVal = theScalarArray->GetTuple1(theVTKID);
-      if(aVal >0)
+      if(aVal > 0.0)
        aRadius *= theGaussPointsPL->GetMaxSize();
       else
        aRadius *= theGaussPointsPL->GetMinSize();