From e91185f6d41987db20701c6b8aca1a2a78946cf9 Mon Sep 17 00:00:00 2001 From: dmv Date: Tue, 8 Jul 2008 09:17:39 +0000 Subject: [PATCH] IPAL20027 4.x: "Preferences" aren't taken into account for the table presentation. --- src/VISU_I/VISU_PointMap3d_i.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISU_I/VISU_PointMap3d_i.cc b/src/VISU_I/VISU_PointMap3d_i.cc index e8d1d87b..616a2a50 100644 --- a/src/VISU_I/VISU_PointMap3d_i.cc +++ b/src/VISU_I/VISU_PointMap3d_i.cc @@ -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); -- 2.39.2