Skip to content

Commit

Permalink
Use the GDK_EXCHANGE cursor for rotate nob. Fixes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecaddd committed Jul 8, 2020
1 parent 0d71d79 commit 36fc7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lib/Managers/HoverManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public class Akira.Lib.Managers.HoverManager : Object {
selected_cursor = Gdk.CursorType.LEFT_SIDE;
break;
case Managers.NobManager.Nob.ROTATE:
selected_cursor = Gdk.CursorType.ICON;
selected_cursor = Gdk.CursorType.EXCHANGE;
break;
}

Expand Down

0 comments on commit 36fc7f4

Please sign in to comment.