]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix in connection with Scalar Map on Group
authorenk <enk@opencascade.com>
Fri, 1 Dec 2006 09:50:24 +0000 (09:50 +0000)
committerenk <enk@opencascade.com>
Fri, 1 Dec 2006 09:50:24 +0000 (09:50 +0000)
src/VISU_I/VISU_View_i.cc

index 1c6e4682b4dd3b3dc4d70de87724891cc5c5efe2..bb288c0d8a58bdaed889ad644ad950e125a76fee 100644 (file)
@@ -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.";