Use the new follow link cursor for hypertext actions...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35921 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -29,7 +29,8 @@ HyperTextAction::~HyperTextAction()
|
|||||||
void
|
void
|
||||||
HyperTextAction::MouseOver(HyperTextView* view, BPoint where, BMessage* message)
|
HyperTextAction::MouseOver(HyperTextView* view, BPoint where, BMessage* message)
|
||||||
{
|
{
|
||||||
view->SetViewCursor(B_CURSOR_SYSTEM_DEFAULT);
|
BCursor linkCursor(B_CURSOR_ID_FOLLOW_LINK);
|
||||||
|
view->SetViewCursor(&linkCursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user