mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
Fix focus proxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17619 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f93c87ed72
commit
b3a9008a06
@ -36,13 +36,13 @@ QNomenclDialog::QNomenclDialog(QNomencl * form)
|
||||
connect(descrED, SIGNAL(textChanged(const QString&)),
|
||||
this, SLOT(change_adaptor()));
|
||||
|
||||
setFocusProxy(symbolED);
|
||||
}
|
||||
|
||||
|
||||
void QNomenclDialog::show()
|
||||
{
|
||||
QDialog::show();
|
||||
symbolED->setFocus();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user