ide: assist: fixed issue with assist array cursor #1135

git-svn-id: svn://ultimatepp.org/upp/trunk@8573 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-06-21 11:13:24 +00:00
parent f09210713d
commit cdbf8a7050
3 changed files with 5 additions and 2 deletions

View file

@ -554,6 +554,8 @@ void ArrayCtrl::SetVirtualCount(int c) {
Refresh();
SyncInfo();
SetSb();
if(cursor >= virtualcount)
GoEnd();
}
void ArrayCtrl::SetSb() {