From: dmv Date: Wed, 29 Apr 2009 11:40:58 +0000 (+0000) Subject: IPAL21104 Can't select LSC for the creation of Working Plane X-Git-Tag: V4_1_0_maintainance_FINAL~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10bf0029e5e8eec6f3655b31bb48dc0ddb358e78;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..6d21f453d 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;