From e549bec483f2c5740df534411b580d501d3cfe4a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 25 Feb 2003 09:48:30 +0000 Subject: [PATCH] m_y of generic tree item was only a short, which unnecessarily limits the number of items that can be displayed and handled git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/treectlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/treectlg.cpp b/src/generic/treectlg.cpp index 054b388fcc..4ca553af2a 100644 --- a/src/generic/treectlg.cpp +++ b/src/generic/treectlg.cpp @@ -292,7 +292,7 @@ private: short m_images[wxTreeItemIcon_Max]; 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 -- 2.45.2