From 5a8259839bda659af9f150a24b69a1ba63f859a7 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/status.22x b/status.22x index a5f24f9e48..85275a748a 100644 --- a/status.22x +++ b/status.22x @@ -48,6 +48,9 @@ What's new - Fix on screen narrow box when using \width as box width unit (bug 10048). +- Raise GuiView on buffer switch to bring it topmost in multi-window mode. + + * INTERNALS -- 2.39.5