mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
InsetParamsDialog: set focus to InsetParamsWidget.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35341 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
71a350923a
commit
379eba512b
@ -70,6 +70,7 @@ InsetParamsDialog::InsetParamsDialog(GuiView & lv, InsetParamsWidget * widget)
|
||||
setInsetParamsWidget(widget);
|
||||
synchronizedViewCB->setChecked(false);
|
||||
on_synchronizedViewCB_stateChanged(false);
|
||||
setFocusProxy(widget);
|
||||
}
|
||||
|
||||
InsetParamsDialog::~InsetParamsDialog()
|
||||
|
Loading…
Reference in New Issue
Block a user