]> git.lyx.org Git - features.git/commitdiff
Auto raising the dialog when the user click on a Citation inset...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 3 Jul 2007 08:59:10 +0000 (08:59 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 3 Jul 2007 08:59:10 +0000 (08:59 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18974 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QCitationDialog.cpp

index c33d0cfce77f8ad0302b610191895a1a4cb073f8..86e8c013f90e6678c49ae88a4737fd0ba886d5b7 100644 (file)
@@ -172,6 +172,8 @@ void QCitationDialog::show()
        findLE->clear();
        availableLV->setFocus();
        QDialog::show();
+       raise();
+       activateWindow();
 }