forked from mirrors/gecko-dev
Bug 1872961 [Linux] Use pointer cursor for hyperlinks r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D197645
This commit is contained in:
parent
c4d7bddfc3
commit
0574d0cdc4
1 changed files with 1 additions and 1 deletions
|
|
@ -7810,7 +7810,7 @@ static GdkCursor* get_gtk_cursor(nsCursor aCursor) {
|
|||
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "text");
|
||||
break;
|
||||
case eCursor_hyperlink:
|
||||
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "grab");
|
||||
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "pointer");
|
||||
break;
|
||||
case eCursor_n_resize:
|
||||
gdkcursor = gdk_cursor_new_from_name(defaultDisplay, "n-resize");
|
||||
|
|
|
|||
Loading…
Reference in a new issue