]> git.saurik.com Git - wxWidgets.git/commit
wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
authorRobin Dunn <robin@alldunn.com>
Wed, 5 Dec 2001 16:17:17 +0000 (16:17 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 5 Dec 2001 16:17:17 +0000 (16:17 +0000)
commit7f60145d85e54751f2d00e4741b741205ff96202
tree8c9f6a5880ec7713d394e0cd00ac7f4e1def1745
parent8f3fc6b415b32f4ef3f2df629667e5eb92ab9c24
wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
is used, but prevents the base class from seeing the flag so they
won't be drawn twice with possibly different colours.

Also changed all tabs to spaces, so the diffs will show a lot of
whitespace-only changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
contrib/include/wx/gizmos/splittree.h
contrib/src/gizmos/splittree.cpp