Skip to content

Commit fb3bcf8

Browse files
committed
gtk3: fix wrong cursor name
1 parent 09b231d commit fb3bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rabbit/cursor-manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def cursors
3030
else
3131
def cursors
3232
@@cursors ||= {
33-
none: Gdk::Cursor.new(:blank),
33+
none: Gdk::Cursor.new(:blank_cursor),
3434
graffiti: Gdk::Cursor.new(:pencil),
3535
gesture: Gdk::Cursor.new(:hand1),
3636
}

0 commit comments

Comments
 (0)