]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
IPAL20027 4.x: "Preferences" aren't taken into account for the table presentation.
authordmv <dmv@opencascade.com>
Tue, 8 Jul 2008 09:17:39 +0000 (09:17 +0000)
committerdmv <dmv@opencascade.com>
Tue, 8 Jul 2008 09:17:39 +0000 (09:17 +0000)
src/VISU_I/VISU_PointMap3d_i.cc

index e8d1d87b65c93f9c226a3854fe1404affdfed18e..616a2a50debd93e6255cb1c804755a9aeebea2f4 100644 (file)
@@ -199,7 +199,7 @@ VISU::Storable* VISU::PointMap3d_i::Create()
 
   SetSourceRange();
 
-  if( IsPositiveTable() &&  aResourceMgr->booleanValue("VISU", "scalar_bar_logarithmic", false) )
+  if( aResourceMgr->booleanValue("VISU", "scalar_bar_logarithmic", false) )
     SetScaling(VISU::LOGARITHMIC);
   else
     SetScaling(VISU::LINEAR);