mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
repair regression with keyboard manipulations of controls
This commit is contained in:
parent
8899a6d857
commit
ed92847b69
1 changed files with 0 additions and 2 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue