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:
Abdelrazak Younes 2007-07-03 08:59:10 +00:00
parent c05eb62135
commit 14fd0298b9

View File

@ -172,6 +172,8 @@ void QCitationDialog::show()
findLE->clear();
availableLV->setFocus();
QDialog::show();
raise();
activateWindow();
}