HFlickable: interactive even if nothing to scroll

This commit is contained in:
miruka 2020-06-05 05:40:43 -04:00
parent cfee1b1e4b
commit 48faac9a32

View File

@ -4,7 +4,6 @@ import QtQuick 2.12
import QtQuick.Controls 2.12
Flickable {
interactive: contentWidth > width || contentHeight > height
ScrollBar.vertical: ScrollBar {
visible: parent.interactive
}