You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #90, calls to `(make-bitmap ...)` were replaced with `(make-object
bitmap% ...)` but the two calls have different defaults for whether to create
an alpha channel for the bitmap or not. The `(make-object bitmap% ...)`
variant defaults to not having an alpha channel, so it needs to be explicitly
specified.
0 commit comments