We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd797b8 commit 1a9d8b5Copy full SHA for 1a9d8b5
drracket-core-lib/drracket/private/syncheck/gui.rkt
@@ -2043,7 +2043,6 @@ If the namespace does not, they are colored the unbound color.
2043
(unless (and arrows-bitmap
2044
(= (send arrows-bitmap get-width) width)
2045
(= (send arrows-bitmap get-height) height))
2046
-; (message-box "making bitmap" (format "~s ~s" width height))
2047
(set! arrows-bitmap (send canvas make-bitmap width height)))
2048
2049
(define bdc (make-object bitmap-dc% arrows-bitmap))
0 commit comments