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