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
Instead of swapping the bitmap attribute, it is enough to create a new
renderer with a different target and save that target to a file.
The isinstance(..., wx.Image) check is always false (we have a wx.Bitmap
instead), so skip it.
0 commit comments