GNOME Bugzilla – Bug 344028
GtkRange does not take slider-spacing into account while dragging
Last modified: 2006-06-06 20:09:24 UTC
When dragging GtkRange::stepper-spacing is not taken into account. The slider does not move far enough because GtkRange is calculating with a too big trough. To reproduce set GtkRange::stepper-spacing = 10 or similar and move the slider.
Created attachment 66836 [details] [review] patch fixing this
Does the patch have anything not covered by the patch in bug 342339?
No, the patch in bug 342339 fixes the problem.
I'm assuming that means "Go ahead and mark as a duplicate"; kick me if I'm wrong (e.g. if your patch was meant as an alternative solution that should be considered instead of the one there). :) *** This bug has been marked as a duplicate of 342339 ***