...
original commit: e38c5482fc06606118092ba2f9599766447bcc67
This commit is contained in:
parent
fd7d721f82
commit
79d491a5f3
|
@ -534,9 +534,6 @@
|
|||
[focus #f]
|
||||
[target #f])
|
||||
|
||||
(public
|
||||
[flush-resize-cache (entry-point (lambda () (set! last-width -1) (set! last-height -1)))])
|
||||
|
||||
(override
|
||||
[enable
|
||||
(lambda (b)
|
||||
|
@ -3143,10 +3140,6 @@
|
|||
[maximize (entry-point-1 (lambda (on?) (send wx maximize on?)))]
|
||||
[get-menu-bar (entry-point (lambda () (let ([mb (ivar wx menu-bar)])
|
||||
(and mb (wx->mred mb)))))])
|
||||
|
||||
(public
|
||||
[flush-resize-cache (lambda () (send wx flush-resize-cache))])
|
||||
|
||||
(sequence
|
||||
(as-entry
|
||||
(lambda ()
|
||||
|
|
Loading…
Reference in New Issue
Block a user