]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treectrl.cpp
Corrected SetItemState() in listctrl
[wxWidgets.git] / src / generic / treectrl.cpp
index 698488be069eb30c0ca9660ef35d8a000cae31ec..e81bbabc664b0eca5635bef3920d5c2d36bb0597 100644 (file)
@@ -950,7 +950,7 @@ void wxTreeCtrl::EnsureVisible(const wxTreeItemId& item)
         int x_pos = GetScrollPos( wxHORIZONTAL );
         SetScrollbars( 10, 10, x/10, y/10, x_pos, (item_y-client_h/2)/10 );
     }
-    else if (item_y > start_y+client_h-16)
+    else if (item_y > start_y+client_h-20)
     {
        int x = 0;
        int y = 0;