]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL21104 Can't select LSC for the creation of Working Plane
authordmv <dmv@opencascade.com>
Wed, 29 Apr 2009 11:40:58 +0000 (11:40 +0000)
committerdmv <dmv@opencascade.com>
Wed, 29 Apr 2009 11:40:58 +0000 (11:40 +0000)
src/BasicGUI/BasicGUI_WorkingPlaneDlg.cxx

index fa18b088c4b935f9bfe9efa6f02c254a556cc756..6d21f453dec834ff3b123203ceb86db40f7b0586 100644 (file)
@@ -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;