From: Stephan Witt Date: Sat, 16 Apr 2016 20:30:33 +0000 (+0200) Subject: Handle activateWindow in LFUN_BUFFER_SWITCH like in saveBufferIfNeeded() and doShowDi... X-Git-Tag: 2.2.1~142 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=429bd8cdf441e77186e37f83ce4191984e363976;p=features.git 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. --- diff --git a/status.22x b/status.22x index 0f107e97a2..f1779cf02d 100644 --- a/status.22x +++ b/status.22x @@ -84,7 +84,9 @@ What's new - Fix display of collapsable insets when the same document is shown in two views with different width (bug 9756). - +- Raise GuiView on buffer switch to bring it topmost in multi-window mode. + + * INTERNALS