summaryrefslogtreecommitdiff
path: root/src/book-view.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-28 12:27:50 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-28 12:27:50 +0200
commit84bcd0b97df992d9e633cf3c3b9382f202e4f754 (patch)
tree8bae1f453a0723e74b7f6b6e349775475ba730e1 /src/book-view.vala
parent21b9155ede6470d02c0aa026131532092e2db8d0 (diff)
parentc2b991e03eeccb2c87efb12455bb674caa083f15 (diff)
Merge tag 'upstream/3.17.3'
Upstream version 3.17.3
Diffstat (limited to 'src/book-view.vala')
-rw-r--r--src/book-view.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/book-view.vala b/src/book-view.vala
index 7e337f1..08439be 100644
--- a/src/book-view.vala
+++ b/src/book-view.vala
@@ -527,7 +527,7 @@ public class BookView : Gtk.Box
return;
this.cursor = cursor;
- c = new Gdk.Cursor (cursor);
+ c = new Gdk.Cursor.for_display (get_display (), cursor);
drawing_area.get_window ().set_cursor (c);
}