diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-11 10:57:17 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-11 10:57:17 +0000 |
| commit | fa70b9518da882d101ce1347aa3918e39eb710e4 (patch) | |
| tree | 901a3f3261fe3674a127cad215f93b33ac5f5866 /src | |
| parent | update GdkSeat usage (diff) | |
| download | inkscape-fa70b9518da882d101ce1347aa3918e39eb710e4.tar.gz inkscape-fa70b9518da882d101ce1347aa3918e39eb710e4.zip | |
gimpcolorwheel: Fix event time
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/gimp/gimpcolorwheel.c | 2 |
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); |
