This is on Windows, and seems to be a Windows specific issue. I
create a wx.StaticBitmap by loading an Image and then calling
img.ConvertToBitmap().
This works fine, however _sometimes_ when I call img.GetBitmap() I get
the following exception:
C++ assertion "!m_isIcon" failed in
..\..\include\wx/msw/statbmp.h(68): no bitmap in this wxStaticBitmap
This is specific to a few files, not all the files, but all my files
are GIFs. None of them are icons, and it seems as if some of the
wxStaticBitmaps think they have icons instead of bitmaps? I'm not
even sure how to debug this at this point, any pointers would be
appreciated.
Brian