From: SourceForge.net <no...@so...> - 2005-10-07 17:30:59
|
Bugs item #1316000, was opened at 2005-10-07 10:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1316000&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: treelistctrl Group: None Status: Open Resolution: None Priority: 5 Submitted By: Carl Godkin (cgodkin) Assigned to: Otto Wyss (wyo) Summary: Small bug in treelisttest.cpp Initial Comment: I built treelisttest on Linux32 under RHEL 3 update 4 with gcc 3.3.3 and got an assertion on start up: [Debug] 09:52:20: ../src/generic/imaglist.cpp(81): assert "(bitmap.GetWidth() == m_width && bitmap.GetHeight() == m_height) || (m_width == 0 && m_height == 0)" failed: invalid bitmap size in wxImageList: this might work on this platform but definitely won't under Windows. I fixed it in my local copy by changing line 651 from m_imageSize = size; to m_imageSize = wxIcon (icon1_xpm).GetWidth(); which seems correct to me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1316000&group_id=51305 |