• Daniel Boles's avatar
    Range: Fix hilight not drawn to value if page-size · 62e68f72
    Daniel Boles authored
    If we have a non-zero Adjustment:page-size, the actual amount we draw is
    reduced by that page-size. We account for this in various places, but we
    did not when deciding how far to allocate the highlight widget, so we
    were drawing the highlight not far enough, falling short of the value.
    This fixes by subtracting the page-size from the drawn range here too.
    
    Fixes #5976
    62e68f72