repair regression with keyboard manipulations of controls

This commit is contained in:
David Botton 2022-07-29 14:09:14 -04:00
parent 8899a6d857
commit ed92847b69

View file

@ -471,8 +471,6 @@ replaced."
(ctrl (getf data :ctrl-key))
(meta (getf data :meta-key))
(shift (getf data :shift-key)))
(print key)
(print shift)
(cond ((equal key "ArrowUp")
(if shift
(set-geometry control :height (1- (height control)))