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:
cxl 2017-08-25 08:41:16 +00:00
parent 76a91212fb
commit 09261d00a6

View file

@ -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);
}
}