Fix by David: On manage-window set current-client if unset
This commit is contained in:
parent
3825bbb471
commit
eee88046ca
|
@ -179,7 +179,9 @@
|
|||
(let ((client (create-client wm window)))
|
||||
(set-wm:clients! wm (append (wm:clients wm) (list client)))
|
||||
(send-message+wait internal-out-channel
|
||||
(list 'init-client client maybe-rect)))))
|
||||
(list 'init-client client maybe-rect))
|
||||
(if (not (wm:current-client wm))
|
||||
(wm-select-client wm client current-time)))))
|
||||
|
||||
((configure-window)
|
||||
(let ((window (second msg))
|
||||
|
|
Loading…
Reference in New Issue