From: Abdelrazak Younes Date: Tue, 3 Jul 2007 08:59:10 +0000 (+0000) Subject: Auto raising the dialog when the user click on a Citation inset... X-Git-Tag: 1.6.10~9219 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=14fd0298b936f7e7b8cdd392968468cf53190e9d;p=features.git 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 --- diff --git a/src/frontends/qt4/QCitationDialog.cpp b/src/frontends/qt4/QCitationDialog.cpp index c33d0cfce7..86e8c013f9 100644 --- a/src/frontends/qt4/QCitationDialog.cpp +++ b/src/frontends/qt4/QCitationDialog.cpp @@ -172,6 +172,8 @@ void QCitationDialog::show() findLE->clear(); availableLV->setFocus(); QDialog::show(); + raise(); + activateWindow(); }