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

PC3 ScrollView: Fix ScrollBar.active property

First, ScrollView, ScrollBar attached property and built-in Qt themes
are not really designed to handle nullable scrollbars. So we don't care
to support such cases either. There is a well-documented way to hide a
particular scrollbar: `policy: ScrollBar.AlwaysOff`.

Second, it was a careless typo or a mistake to bind scrollbars' active
property to themselves. Instead they should bind to each other, so that
they show up and disappear simultaneously on hover.
parent 08195cf7
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