]> git.saurik.com Git - wxWidgets.git/commitdiff
m_y of generic tree item was only a short, which unnecessarily limits the number...
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Feb 2003 09:48:30 +0000 (09:48 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 25 Feb 2003 09:48:30 +0000 (09:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index 054b388fcc9959394a0c6136d73ab4adfce06be0..4ca553af2aa484f3580bb66e32f8cb5a593fe251 100644 (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