Pass the correct number of arguments to `display-size'. Closes PR 12062.
original commit: f67d46cd2fee984927344c161f1a91301dbe4454
This commit is contained in:
parent
eb2aca3480
commit
9a24ed8a3a
|
@ -263,7 +263,7 @@
|
|||
(send p get-size sw-box sh-box)
|
||||
(set-box! sx-box (send p get-x))
|
||||
(set-box! sy-box (send p get-y)))
|
||||
(display-size sw-box sh-box #t)))
|
||||
(display-size sw-box sh-box #t 0)))
|
||||
(let* ([sw (unbox sw-box)]
|
||||
[sh (unbox sh-box)]
|
||||
[fw (unbox w-box)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user