Skip to content

Commit 12f3121

Browse files
committed
Merge pull request #6675 from AvaloniaUI/feature/x11-use-xc-hand2
[X11] Use XC_hand2 for hand cursor
1 parent 80c35ff commit 12f3121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Avalonia.X11/X11CursorFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class X11CursorFactory : ICursorFactory
2525
{
2626
{StandardCursorType.Arrow, CursorFontShape.XC_top_left_arrow},
2727
{StandardCursorType.Cross, CursorFontShape.XC_cross},
28-
{StandardCursorType.Hand, CursorFontShape.XC_hand1},
28+
{StandardCursorType.Hand, CursorFontShape.XC_hand2},
2929
{StandardCursorType.Help, CursorFontShape.XC_question_arrow},
3030
{StandardCursorType.Ibeam, CursorFontShape.XC_xterm},
3131
{StandardCursorType.No, CursorFontShape.XC_X_cursor},

0 commit comments

Comments
 (0)