]> err.no Git - libchamplain/commit
Fix 590727: Events are not send until the mouse move
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 30 Aug 2009 16:22:08 +0000 (12:22 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 30 Aug 2009 16:22:08 +0000 (12:22 -0400)
commitdcd42a997d434423488bc854251693e416d95c89
treecaf87973c182fe7b9515cd2999e88e9dfb5c23c1
parentc800c8d4b5b327a45475875d70018efffe3040a0
Fix 590727: Events are not send until the mouse move

Do not grab the mouse when the source actor is not the current actor,
resulting in the event being passed down, but also in that you cannot
drag the map starting on an actor anymore).

Connecting the signal handlers on an object at the same or lower level
than fingerscroll fixed the transmission of events.
champlain/champlain-view.c
tidy/tidy-finger-scroll.c