We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c35ff commit 12f3121Copy full SHA for 12f3121
src/Avalonia.X11/X11CursorFactory.cs
@@ -25,7 +25,7 @@ class X11CursorFactory : ICursorFactory
25
{
26
{StandardCursorType.Arrow, CursorFontShape.XC_top_left_arrow},
27
{StandardCursorType.Cross, CursorFontShape.XC_cross},
28
- {StandardCursorType.Hand, CursorFontShape.XC_hand1},
+ {StandardCursorType.Hand, CursorFontShape.XC_hand2},
29
{StandardCursorType.Help, CursorFontShape.XC_question_arrow},
30
{StandardCursorType.Ibeam, CursorFontShape.XC_xterm},
31
{StandardCursorType.No, CursorFontShape.XC_X_cursor},
0 commit comments