From 51304829d63861da7116765ce27e0bb4610ab4be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Jun 2003 21:16:58 +0000 Subject: [PATCH] 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 --- wxPython/contrib/gizmos/treelistctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/contrib/gizmos/treelistctrl.cpp b/wxPython/contrib/gizmos/treelistctrl.cpp index dd28097b8f..7136af2362 100644 --- a/wxPython/contrib/gizmos/treelistctrl.cpp +++ b/wxPython/contrib/gizmos/treelistctrl.cpp @@ -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