mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
Dectivate local selection in BOP (CoTech decision)
This commit is contained in:
parent
70968a29ce
commit
4b7946662e
@ -198,7 +198,7 @@ void BooleanGUI_Dialog::Init()
|
|||||||
mainFrame()->RadioButton1->setFocus();
|
mainFrame()->RadioButton1->setFocus();
|
||||||
|
|
||||||
globalSelection(GEOM_ALLSHAPES);
|
globalSelection(GEOM_ALLSHAPES);
|
||||||
localSelection(TopAbs_SHAPE);
|
//localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
|
||||||
|
|
||||||
myGroup->PushButton1->click();
|
myGroup->PushButton1->click();
|
||||||
resize(100,100);
|
resize(100,100);
|
||||||
@ -338,7 +338,7 @@ void BooleanGUI_Dialog::SetEditCurrentArgument()
|
|||||||
}
|
}
|
||||||
|
|
||||||
globalSelection(GEOM_ALLSHAPES);
|
globalSelection(GEOM_ALLSHAPES);
|
||||||
localSelection(TopAbs_SHAPE);
|
//localSelection(TopAbs_SHAPE); // VSR 24/09/2015: dectivate local selection in BOP (CoTech decision)
|
||||||
|
|
||||||
// enable line edit
|
// enable line edit
|
||||||
myEditCurrentArgument->setEnabled(true);
|
myEditCurrentArgument->setEnabled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user