summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2017-07-11 10:57:17 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2017-07-11 10:57:17 +0000
commitfa70b9518da882d101ce1347aa3918e39eb710e4 (patch)
tree901a3f3261fe3674a127cad215f93b33ac5f5866 /src/widgets
parentupdate GdkSeat usage (diff)
downloadinkscape-fa70b9518da882d101ce1347aa3918e39eb710e4.tar.gz
inkscape-fa70b9518da882d101ce1347aa3918e39eb710e4.zip
gimpcolorwheel: Fix event time
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/gimp/gimpcolorwheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gimp/gimpcolorwheel.c b/src/widgets/gimp/gimpcolorwheel.c
index 8a1457db5..c47c03402 100644
--- a/src/widgets/gimp/gimpcolorwheel.c
+++ b/src/widgets/gimp/gimpcolorwheel.c
@@ -668,7 +668,7 @@ set_cross_grab (GimpColorWheel *wheel,
GDK_POINTER_MOTION_MASK |
GDK_POINTER_MOTION_HINT_MASK |
GDK_BUTTON_RELEASE_MASK,
- cursor, event->time);
+ cursor, gdk_get_current_event_time());
#endif
g_object_unref (cursor);