]> git.lyx.org Git - features.git/commit
Bring window to front only for single-instance mode
authorEnrico Forestieri <forenr@lyx.org>
Tue, 5 Jul 2016 21:19:59 +0000 (23:19 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 5 Jul 2016 21:19:59 +0000 (23:19 +0200)
commitebb194114343000fd1d6f38d295543b6aca17b9e
tree5c9a0c8c7df93231202f802940198abc1001c07c
parent39e8cbf4e59b060e32e993574369f0eb9a88c9ce
Bring window to front only for single-instance mode

A window manager could be configured such that to maintain a certain
stack order for the windows. It would be annoying that opening a new
file through menu brings up the window, so do this only if we are
loading a file through the lyx-server.

This commit amends f5f8c6fd, so no status line is needed.
src/frontends/qt4/GuiApplication.cpp