Skip to content

ScrollView: Fix control property value in "frame" StyleItem

ivan tkachenko requested to merge work/ratijas/non-control into master

This seems to be the only case where control property is being set to something other than T.Control subclass.

Originally it was likely intended to use Flickable for its margins in 444ddf07 but was never actually used that way, as paddings are read from QStyle.

Merge request reports