documentation update

This commit is contained in:
David Botton 2022-01-28 14:01:12 -05:00
parent 44f672aad8
commit ff69a7a67d
5 changed files with 185 additions and 26 deletions

View file

@ -786,7 +786,6 @@ the window will be set to keep-on-top always."))
(fire-on-window-move win)))
(clog::set-on-event win "dragstop"
(lambda (obj)
(declare (ignore obj))
(if (< (parse-integer (top win) :junk-allowed t)
(menu-bar-height obj))
(setf (top win) (unit "px" (menu-bar-height obj))))