From: enk Date: Fri, 17 Feb 2006 13:56:01 +0000 (+0000) Subject: some correction (edit prs are working now) X-Git-Tag: mergeto_trunk_13Mar06~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a676092e66e1f0bd12c33246ef0bab6ab4cc0648;p=modules%2Fvisu.git some correction (edit prs are working now) --- diff --git a/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.cxx b/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.cxx index 5089932d..0d58049d 100644 --- a/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.cxx +++ b/src/VISUGUI/VisuGUI_ScalarMapOnDeformedShapeDlg.cxx @@ -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;