GNOME Bugzilla – Bug 683512
range: make condition consistent with GTK3
Last modified: 2012-09-06 16:04:54 UTC
See attached patch, against GTK2.
Created attachment 223665 [details] [review] range: make condition consistent with GTK3 cc7abf6a1cccd66a802c5272cd2ac6c944962c78 introduced the primary-button-warps-slider style property, but with a different condition check than the GTK3 counterpart. It turns out we really need to check for the mouse click location here, or we'll warp the slider to pointer also in case we clicked on the slider itself.
Attachment 223665 [details] pushed as 15999ec - range: make condition consistent with GTK3