diff --git a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/panel.rkt b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/panel.rkt index 00a91c12bd..bdb3043c7b 100644 --- a/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/panel.rkt +++ b/pkgs/gui-pkgs/gui-lib/mred/private/wx/cocoa/panel.rkt @@ -22,8 +22,8 @@ (define-objc-class FrameView NSView [] - (- #:async-apply (box (void)) - _void (drawRect: [_NSRect r]) + (-a #:async-apply (box (void)) + _void (drawRect: [_NSRect r]) (let ([ctx (tell NSGraphicsContext currentContext)]) (tellv ctx saveGraphicsState) (let ([cg (tell #:type _CGContextRef ctx graphicsPort)]