1
0
Fork 0

- moved window that got the focus on top of the windows stack, to be sure will be visible to the user when redrawing the terminal.

This commit is contained in:
cage 2022-08-05 11:52:51 +02:00
parent 6e883ca21b
commit ed1bd71bc5
2 changed files with 7 additions and 6 deletions

View File

@ -432,6 +432,7 @@ Metadata includes:
win)
(remove-focus-to-all-windows)
(setf (windows:in-focus win) t)
(stack:stack-raise-to-top windows::*window-stack* win)
(windows:draw-all :clear nil)
(when info-change-focus-message
(info-message info-change-focus-message +maximum-event-priority+))