mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlLib: ArrayCtrl now has OverrideCursor method
git-svn-id: svn://ultimatepp.org/upp/trunk@5644 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
491f52e8eb
commit
588e3ba2cf
3 changed files with 17 additions and 1 deletions
|
|
@ -1637,6 +1637,8 @@ void ArrayCtrl::MouseLeave()
|
|||
|
||||
Image ArrayCtrl::CursorImage(Point p, dword)
|
||||
{
|
||||
if(!IsNull(cursor_override))
|
||||
return cursor_override;
|
||||
return header.GetSplit(p.x) < 0 || header.GetMode() == HeaderCtrl::FIXED ? Image::Arrow()
|
||||
: CtrlsImg::HorzPos();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue