]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
some correction (edit prs are working now)
authorenk <enk@opencascade.com>
Fri, 17 Feb 2006 13:56:01 +0000 (13:56 +0000)
committerenk <enk@opencascade.com>
Fri, 17 Feb 2006 13:56:01 +0000 (13:56 +0000)
src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.cxx

index 5089932d8b6edef6a7e5dc58b1ca48f85ed154b4..0d58049db35cbd4231ec6094da410218f5acec14 100644 (file)
@@ -210,6 +210,8 @@ void VisuGUI_ScalarMapOnDeformedShapeDlg::initFromPrsObject (VISU::ScalarMapOnDe
            }
          }
        }
+       aSObject = aSObject->GetFather();
+       aSObject = aSObject->GetFather();
        mySelectionObj = aSObject;
        CORBA::Object_var anObject = VISU::ClientSObjectToObject(mySelectionObj);
        VISU::Result_var aResult;