]> git.lyx.org Git - lyx.git/commit
Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDi...
authorStephan Witt <switt@lyx.org>
Sat, 16 Apr 2016 20:30:33 +0000 (22:30 +0200)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 22 May 2016 02:17:03 +0000 (22:17 -0400)
commit1719fa6c6aa0eeed76afb9e5037043fe044ff6e2
tree3859bf8977120bbea777d3ecbd44426453941e1f
parent9a1afbf3ffffee1dbb75e978d5e8282b061754c5
Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDialog() methods.
This is a requirement on Mac to get the current buffer view topmost after buffer switch.
src/frontends/qt4/GuiView.cpp