From: dmv Date: Wed, 29 Apr 2009 11:43:10 +0000 (+0000) Subject: IPAL21104 Can't select LSC for the creation of Working Plane X-Git-Tag: V4_1_5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e79b471b0527fd011047d5b7f110f397d0d06b48;p=modules%2Fgeom.git IPAL21104 Can't select LSC for the creation of Working Plane --- diff --git a/src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx b/src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx index fa18b088c..918c90d1a 100644 --- a/src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx +++ b/src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx @@ -363,7 +363,10 @@ void BasicGUI_WorkingPlaneDlg::SetEditCurrentArgument() if (send == Group1->PushButton1) { myEditCurrentArgument = Group1->LineEdit1; - globalSelection( GEOM_PLANE ); + TColStd_MapOfInteger aMap; + aMap.Add(GEOM_PLANE); + aMap.Add(GEOM_MARKER); + globalSelection(aMap); } else if (send == Group2->PushButton1) { myEditCurrentArgument = Group2->LineEdit1;