From: dmv Date: Tue, 8 Jul 2008 09:17:39 +0000 (+0000) Subject: IPAL20027 4.x: "Preferences" aren't taken into account for the table presentation. X-Git-Tag: V4_1_0_maintainance_20080710~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e91185f6d41987db20701c6b8aca1a2a78946cf9;p=modules%2Fvisu.git IPAL20027 4.x: "Preferences" aren't taken into account for the table presentation. --- 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);