]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Dectivate local selection in BOP (CoTech decision)
authorvsr <vsr@opencascade.com>
Thu, 24 Sep 2015 12:03:08 +0000 (15:03 +0300)
committervsr <vsr@opencascade.com>
Thu, 24 Sep 2015 12:03:08 +0000 (15:03 +0300)
src/BooleanGUI/BooleanGUI_Dialog.cxx

index 1a0de1b8793b6a05febe217be0d3788a205afe22..02ebd41d5c4b0f748dec4a9fe26b3f50fc3a30a9 100644 (file)
@@ -198,7 +198,7 @@ void BooleanGUI_Dialog::Init()
   mainFrame()->RadioButton1->setFocus();
 
   globalSelection(GEOM_ALLSHAPES);
-  localSelection(TopAbs_SHAPE);
+  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
   
   myGroup->PushButton1->click();
   resize(100,100);
@@ -338,7 +338,7 @@ void BooleanGUI_Dialog::SetEditCurrentArgument()
   }
 
   globalSelection(GEOM_ALLSHAPES);
-  localSelection(TopAbs_SHAPE);
+  //localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
 
   // enable line edit
   myEditCurrentArgument->setEnabled(true);