mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-09 02:50:48 +05:00
IPAL 18019
This commit is contained in:
parent
3e266f6b54
commit
6526a52e7e
@ -148,6 +148,16 @@ void BooleanGUI_Dialog::Init()
|
|||||||
|
|
||||||
initName( GroupConstructors->title() );
|
initName( GroupConstructors->title() );
|
||||||
|
|
||||||
|
setTabOrder (RadioButton1, ResultName );
|
||||||
|
setTabOrder (ResultName, myGroup->PushButton1);
|
||||||
|
setTabOrder (myGroup->PushButton1, myGroup->PushButton2);
|
||||||
|
setTabOrder (myGroup->PushButton2, buttonOk);
|
||||||
|
setTabOrder (buttonOk, buttonApply);
|
||||||
|
setTabOrder (buttonApply, buttonCancel);
|
||||||
|
setTabOrder (buttonCancel, buttonHelp);
|
||||||
|
|
||||||
|
RadioButton1->setFocus();
|
||||||
|
|
||||||
globalSelection( GEOM_ALLSHAPES );
|
globalSelection( GEOM_ALLSHAPES );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user