mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
f09210713d
commit
cdbf8a7050
3 changed files with 5 additions and 2 deletions
|
|
@ -554,6 +554,8 @@ void ArrayCtrl::SetVirtualCount(int c) {
|
|||
Refresh();
|
||||
SyncInfo();
|
||||
SetSb();
|
||||
if(cursor >= virtualcount)
|
||||
GoEnd();
|
||||
}
|
||||
|
||||
void ArrayCtrl::SetSb() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue