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
This commit is contained in:
Stefan Csomor
2003-02-25 09:48:30 +00:00
parent 34b6a45ab9
commit e549bec483

View File

@@ -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