forked from AuroraMiddleware/gtk
Merge branch 'fix-3581' into 'master'
gdkcursor-win32.c: Add cursor map for all-scroll (issue #3581) Closes #3581 See merge request GNOME/gtk!3298
This commit is contained in:
commit
f279c7b1c2
@ -61,6 +61,7 @@ static DefaultCursor default_cursors[] = {
|
||||
{ "text", IDC_IBEAM },
|
||||
{ "move", IDC_SIZEALL },
|
||||
{ "not-allowed", IDC_NO },
|
||||
{ "all-scroll", IDC_ARROW },
|
||||
{ "ew-resize", IDC_SIZEWE },
|
||||
{ "e-resize", IDC_SIZEWE },
|
||||
{ "w-resize", IDC_SIZEWE },
|
||||
|
Loading…
Reference in New Issue
Block a user