From 14fd0298b936f7e7b8cdd392968468cf53190e9d Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 3 Jul 2007 08:59:10 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/QCitationDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.2