Skip to content

qml: fix scroll bar handle is shown just before getting hidden upon creation

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/scrollbarflashingfix into master

Using 0.0 (default) is not a good idea and it causes the scroll bar to be shown with the full size until the size becomes meaningful when it is attached to a flickable.

It is not clear why Qt uses 0.0 for the size by default.

Request review @chub.

Merge request reports

Loading