From 429bd8cdf441e77186e37f83ce4191984e363976 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sat, 16 Apr 2016 22:30:33 +0200 Subject: [PATCH] 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. --- status.22x | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5