GNOME Bugzilla – Bug 567992
[videocrop] wrong mouse navigation commands while cropping
Last modified: 2009-01-23 09:50:49 UTC
Hello, videocrop is forwarding the mouse navigation events as-is when cropping the video. So the pointer_x and/or pointer_y values of this event are wrong when cropping the left and/or top of the video.
Created attachment 126591 [details] [review] videocrop navigation fix the coordinates of the mouse navigation events.
commit 1b822932488aeff7ea7a519407c9a38b2b1d35c3 Author: Thijs Vermeir <thijsvermeir@gmail.com> Date: Fri Jan 23 10:49:28 2009 +0100 Fix navigation event forwarding while cropping. Fixes bug #567992. Fix the navigation event forwarding while cropping by adjusting the mouse position by the amount of cropped pixels.