mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-01 04:26:47 +01:00
- checked for windows visibility before drawing.
This commit is contained in:
parent
f64f45c5d1
commit
0cae9364c3
@ -319,7 +319,8 @@ height, position and so on)"
|
||||
|
||||
(defun draw-all ()
|
||||
(do-stack-element (window *window-stack*)
|
||||
(draw window)))
|
||||
(when (win-visible-p window)
|
||||
(draw window))))
|
||||
|
||||
(defun refresh-config-all ()
|
||||
(refresh-config *main-window*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user