]> 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>
Wed, 15 Jun 2016 21:32:52 +0000 (22:32 +0100)
This is a requirement on Mac to get the current buffer view topmost after buffer switch.

status.22x

index 0f107e97a23151e74aaf8b203cecf96a2ef22903..f1779cf02d8589e64a1b07555b5f7be3d1849921 100644 (file)
@@ -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