Merge pull request #11431 from poypoyan/noteheadscroll

fix #11421: Enable scrollbar permanently in the Notehead Group sectio…
This commit is contained in:
RomanPudashkin 2022-04-28 07:43:09 +02:00 committed by GitHub
commit f276b3d72c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,10 @@ InspectorPropertyView {
currentIndex: root.propertyItem && !root.propertyItem.isUndefined
? root.propertyItem.value
: -1
ScrollBar.vertical: StyledScrollBar {
policy: ScrollBar.AlwaysOn
}
}
}
}