]> git.lyx.org Git - lyx.git/commitdiff
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)
committerRichard Heck <rgheck@lyx.org>
Sat, 28 May 2016 21:41:21 +0000 (17:41 -0400)
This is a requirement on Mac to get the current buffer view topmost after buffer switch.

status.22x

index a5f24f9e48aaf62875e7ac1dad8417f83c53c203..85275a748a1fdea26432d720365830410f09c178 100644 (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