From 6526a52e7e3c560c4ac66af432b67d800d8c26ad Mon Sep 17 00:00:00 2001 From: dmv Date: Thu, 7 Feb 2008 10:40:02 +0000 Subject: [PATCH] IPAL 18019 --- src/BooleanGUI/BooleanGUI_Dialog.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/BooleanGUI/BooleanGUI_Dialog.cxx b/src/BooleanGUI/BooleanGUI_Dialog.cxx index f4778eba0..071d9275a 100644 --- a/src/BooleanGUI/BooleanGUI_Dialog.cxx +++ b/src/BooleanGUI/BooleanGUI_Dialog.cxx @@ -148,6 +148,16 @@ void BooleanGUI_Dialog::Init() 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 ); } -- 2.39.2