diff options
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 75a1f4e63..0f9e883ed 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1681,6 +1681,7 @@ gboolean sp_canvas_snap_watchdog_callback(gpointer data) dt->namedview->snap_manager.snapprefs.setSnapPostponedGlobally(false); } + ((GdkEventMotion *)canvas->watchdog_event)->time = GDK_CURRENT_TIME; emit_event(canvas, canvas->watchdog_event); gdk_event_free(canvas->watchdog_event); canvas->watchdog_event = NULL; |
