count the root item in wxTreeCtrl::GetCount()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-06-09 21:48:18 +00:00
parent d07096ad61
commit 1a4088e1c7
2 changed files with 5 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ wxGTK:
- fixed wrong colour of tooltips under some themes
- implemented wxColourDialog as native dialog
- wxTreeCtrl::GetCount() counts root as well now (compatible with MSW)
wxMotif: