On Fri, Jun 20, 2014 at 11:43 PM, Igor Korot <
ikor...@gmail.com> wrote:
> Apologies.
> I really need some rest. and get used to dbx on Solaris. ;-)
>
> The failing color index is wxSYS_COLOUR_LISTBOXTEXT.
After fixing this one the next assert is this:
../src/motif/dcclient.cpp(794): assert "sourceDC" failed: Blit source
DC must br wxWindowDCImpl or derived class.
stack trace is:
wxWindowDCImpl::DoBlit() line 794 in dcclient.cpp
wxMotifDCImpl::DoDrawBitmap() line 62 in dc.cpp
wxDC::DrawBitmap() line 1212 in dc.h
wxGenericImageList::Draw() line 256 in imaglist.cpp
wxGenericTreeCtrl::PaintItem() line 2664 in treectlg.cpp
wxGenericTreeCtrl::PaintLevel() line 2809 in treectlg.cpp
wxGenericTreeCtrl::PaintLevel() line 2739 in treectlg.cpp
wxGenericTreeCtrl::OnPaint() line 3025 in treectlg.cpp
Thank you.