Skip to content

range: fix highlight clipping

gwillems requested to merge g.willems/gtk:6332_fix_scale_highlight_clip into main

Clipping on padding box prevents the scale highlight to fully paint itself over the scale trough, including its border.

Use the border box instead.

Fixes #6332 (closed)

Merge request reports