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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user