mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Fix focus bug 3153.
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
This commit is contained in:
parent
e6b2b34097
commit
1e74e516dc
@ -60,6 +60,7 @@ void QDialogView::show()
|
||||
|
||||
if (form()->isVisible()) {
|
||||
form()->raise();
|
||||
form()->activateWindow();
|
||||
} else {
|
||||
form()->show();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user