mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Fix bug 3412:
http://bugzilla.lyx.org/show_bug.cgi?id=3412 * QNomenclDialog::QNomenclDialog(): setting the focus proxy in the Description edit box. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17719 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4be4fe2af8
commit
b7ff6f82de
@ -36,7 +36,7 @@ QNomenclDialog::QNomenclDialog(QNomencl * form)
|
||||
connect(descrED, SIGNAL(textChanged(const QString&)),
|
||||
this, SLOT(change_adaptor()));
|
||||
|
||||
setFocusProxy(symbolED);
|
||||
setFocusProxy(descrED);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user