We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b231d commit fb3bcf8Copy full SHA for fb3bcf8
lib/rabbit/cursor-manager.rb
@@ -30,7 +30,7 @@ def cursors
30
else
31
def cursors
32
@@cursors ||= {
33
- none: Gdk::Cursor.new(:blank),
+ none: Gdk::Cursor.new(:blank_cursor),
34
graffiti: Gdk::Cursor.new(:pencil),
35
gesture: Gdk::Cursor.new(:hand1),
36
}
0 commit comments