Skip to content

Commit

Permalink
io/pointer: fix order of Cursor comments
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Honnef <[email protected]>
  • Loading branch information
dominikh authored and eliasnaur committed Jul 21, 2022
1 parent b9416c7 commit b67bef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io/pointer/pointer.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ const (
// CursorGrabbing is for content that is being grabbed (dragged to be moved).
// Usually displayed as a closed hand.
CursorGrabbing
// CursorWait is shown when the program is busy and user cannot interact.
// Usually displayed as a hourglass or the system equivalent.
CursorNotAllowed
// CursorNotAllowed is shown when the request action cannot be carried out.
// Usually displayed as a circle with a line through.
CursorNotAllowed
// CursorWait is shown when the program is busy and user cannot interact.
// Usually displayed as a hourglass or the system equivalent.
CursorWait
// CursorProgress is shown when the program is busy, but the user can still interact.
// Usually displayed as a default cursor with a hourglass.
Expand Down

0 comments on commit b67bef3

Please sign in to comment.