Skip to content
Verified Commit c0b4f751 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

ScrollBar: Fix visuals in edge cases of rounding errors

At certain sizes, it was possible to end up with a scrollbar that would
look like it can scroll further down/right when it was actually at the
far end. This could've happened due to automatic rounding -- because
styleitem's value & maximum are integer properties, and loss of
precision -- while dividing and multiplying an already computed
floating number.
parent 69163fad
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment