]> Pileus Git - ~andy/gtk/commit
range: Use the correct size for scaling
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Feb 2012 04:02:01 +0000 (23:02 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:29:01 +0000 (16:29 -0500)
commit6ecc1089f2bd299f6a88507da183a80ea41abd5d
tree7c58931d27d92306f9e4669e9f9224b23dbae6af
parent013da47a07d70ee40eab211850b4238f3fdb4b25
range: Use the correct size for scaling

When scaling the scroll delta, always use the 'large' dimension
of a range widget. When dx was 0, the code code accidentally
use the small dimension.
gtk/gtkrange.c