fix the 16-bit overflow in wxTreeListCtrl too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21049 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-06-11 21:16:58 +00:00
parent e59530f9e0
commit 51304829d6

View File

@@ -854,7 +854,7 @@ private:
wxArrayShort m_col_images; // images for the various columns (!= main)
wxCoord m_x; // (virtual) offset from top
short m_y; // (virtual) offset from left
wxCoord m_y; // (virtual) offset from left
short m_width; // width of this item
unsigned char m_height; // height of this item