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:
Stephan Aßmus
2010-03-20 12:43:33 +00:00
parent a369198603
commit c3fa67f98b
+2 -1
View File
@@ -29,7 +29,8 @@ HyperTextAction::~HyperTextAction()
void
HyperTextAction::MouseOver(HyperTextView* view, BPoint where, BMessage* message)
{
view->SetViewCursor(B_CURSOR_SYSTEM_DEFAULT);
BCursor linkCursor(B_CURSOR_ID_FOLLOW_LINK);
view->SetViewCursor(&linkCursor);
}