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.
This commit is contained in:
Stephan Witt 2016-04-16 22:30:33 +02:00 committed by Richard Heck
parent 5d770859f8
commit 5a8259839b

View File

@ -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