mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 06:12:32 -06:00
CtrlLib: ArrayCtrl: Fixed multiselect when ArrayCtrl contains embedded Ctrls
git-svn-id: svn://ultimatepp.org/upp/trunk@11302 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
76a91212fb
commit
09261d00a6
1 changed files with 1 additions and 0 deletions
|
|
@ -802,6 +802,7 @@ void ArrayCtrl::ChildGotFocus()
|
|||
if(nocursor)
|
||||
ScrollInto(p.y);
|
||||
else
|
||||
if(p.y != cursor) // avoid setting cursor if it is already there - important for multiselect
|
||||
SetCursor(p.y);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue