]> git.lyx.org Git - features.git/commitdiff
Fix focus bug 3153.
authorAbdelrazak Younes <younes@lyx.org>
Sun, 28 Jan 2007 20:10:47 +0000 (20:10 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 28 Jan 2007 20:10:47 +0000 (20:10 +0000)
http://bugzilla.lyx.org/show_bug.cgi?id=3153

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16912 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QDialogView.C

index efdc7368c9144a7ae6990a2e74b0b68fe23701b9..60dadaf3ed343b8aded42cdf270ed7878a3bb4d6 100644 (file)
@@ -60,6 +60,7 @@ void QDialogView::show()
 
        if (form()->isVisible()) {
                form()->raise();
+               form()->activateWindow();
        } else {
                form()->show();
        }