fix(StatusBaseInput): fix one line scroll

Closes: #291
This commit is contained in:
B.Melnik 2021-09-01 13:01:03 +03:00 committed by Pascal Precht
parent 64098e84d3
commit d64aa6deed
1 changed files with 2 additions and 1 deletions

View File

@ -106,8 +106,9 @@ Item {
contentWidth: edit.paintedWidth
contentHeight: edit.paintedHeight
clip: true
boundsBehavior: Flickable.StopAtBounds
QC.ScrollBar.vertical: QC.ScrollBar { interactive: multiline }
QC.ScrollBar.vertical: QC.ScrollBar { interactive: multiline; enabled: multiline }
function ensureVisible(r) {