From: enk Date: Fri, 1 Dec 2006 09:50:24 +0000 (+0000) Subject: Fix in connection with Scalar Map on Group X-Git-Tag: V3_2_4pre1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=84efbabe1f90141a87d66e1d7a3b2668fd95af14;p=modules%2Fvisu.git Fix in connection with Scalar Map on Group --- diff --git a/src/VISU_I/VISU_View_i.cc b/src/VISU_I/VISU_View_i.cc index 1c6e4682..bb288c0d 100644 --- a/src/VISU_I/VISU_View_i.cc +++ b/src/VISU_I/VISU_View_i.cc @@ -2294,6 +2294,7 @@ namespace VISU { { VISU::VISUType aType = myPrs->GetType(); if (aType != VISU::TSCALARMAP && + aType != VISU::TPRSMERGER && aType != VISU::TDEFORMEDSHAPE && aType != VISU::TSCALARMAPONDEFORMEDSHAPE) { myResult = "Insideframe representation is not available for this type of presentations.";