1
0
Fork 0

- [gemini] clear the streams window before redrawing when refreshing the window's contents.

This commit is contained in:
cage 2020-09-11 15:40:25 +02:00
parent 5ad0a67195
commit f6744dad4a
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@
(when suggested-message-index
(select-row object suggested-message-index))
(when redraw
(win-clear object)
(draw object))))))
;; (defmethod draw :before ((object gemini-streams-window))