mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Auto raising the dialog when the user click on a Citation inset...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18974 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c05eb62135
commit
14fd0298b9
@ -172,6 +172,8 @@ void QCitationDialog::show()
|
|||||||
findLE->clear();
|
findLE->clear();
|
||||||
availableLV->setFocus();
|
availableLV->setFocus();
|
||||||
QDialog::show();
|
QDialog::show();
|
||||||
|
raise();
|
||||||
|
activateWindow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user