[haiku-commits] r35921 - haiku/trunk/src/apps/aboutsystem

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 20 Mar 2010 13:43:33 +0100 (CET)

Author: stippi
Date: 2010-03-20 13:43:33 +0100 (Sat, 20 Mar 2010)
New Revision: 35921
Changeset: http://dev.haiku-os.org/changeset/35921/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/HyperTextView.cpp
Log:
Use the new follow link cursor for hypertext actions...


Modified: haiku/trunk/src/apps/aboutsystem/HyperTextView.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/HyperTextView.cpp  2010-03-19 21:30:27 UTC 
(rev 35920)
+++ haiku/trunk/src/apps/aboutsystem/HyperTextView.cpp  2010-03-20 12:43:33 UTC 
(rev 35921)
@@ -29,7 +29,8 @@
 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);
 }
 
 


Other related posts: