]> git.lyx.org Git - features.git/commitdiff
InsetParamsDialog: set focus to InsetParamsWidget.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 11 Sep 2010 08:01:08 +0000 (08:01 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 11 Sep 2010 08:01:08 +0000 (08:01 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35341 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/InsetParamsDialog.cpp

index 30a546aa5d4b869edc39678e8660435f388e88f5..e6ee1d09ec8a19c339e5b715b52ff7550f9292ef 100644 (file)
@@ -70,6 +70,7 @@ InsetParamsDialog::InsetParamsDialog(GuiView & lv, InsetParamsWidget * widget)
        setInsetParamsWidget(widget);\r
        synchronizedViewCB->setChecked(false);\r
        on_synchronizedViewCB_stateChanged(false);\r
+       setFocusProxy(widget);\r
 }\r
 \r
 InsetParamsDialog::~InsetParamsDialog()\r