Misc wxSTC fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-12-16 22:35:12 +00:00
parent b829bf55a0
commit fdec65df6d
4 changed files with 88 additions and 26 deletions

View File

@@ -817,7 +817,7 @@ void ListBox::Select(int n) {
if (n > 4)
n = n - 4;
else
n = 1;
n = 0;
GETLB(id)->SetFirstItem(n);
#endif
}