From: vsr Date: Thu, 24 Sep 2015 12:03:08 +0000 (+0300) Subject: Dectivate local selection in BOP (CoTech decision) X-Git-Tag: V7_7_0_WIN~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4b7946662e2e79ef04ee3bb2ba74c7e05e063ac5;p=modules%2Fgeom.git Dectivate local selection in BOP (CoTech decision) --- diff --git a/src/BooleanGUI/BooleanGUI_Dialog.cxx b/src/BooleanGUI/BooleanGUI_Dialog.cxx index 1a0de1b87..02ebd41d5 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.cxx +++ b/src/BooleanGUI/BooleanGUI_Dialog.cxx @@ -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);