Focus tweaks

This commit is contained in:
David Botton 2021-02-17 17:41:46 -05:00
parent c1b6da0b5d
commit 6c90da78f9
2 changed files with 7 additions and 3 deletions

View file

@ -391,7 +391,8 @@ The on-window-change clog-obj received is the new window"))
(setf (current-win app) obj)
(when (on-window-change app)
(funcall (on-window-change app) obj))
(fire-on-window-focused obj))
(when obj
(fire-on-window-focused obj)))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - Individual Windows