Prevent instability with TextArea with null as background

This commit is contained in:
Carl Schwan
2021-12-08 14:16:34 +01:00
parent 041a5ff590
commit 658eb187c9

View File

@@ -87,7 +87,7 @@ Loader {
readOnly: true
wrapMode: Label.Wrap
textFormat: TextEdit.RichText
background: null
background: Item {}
HoverHandler {
cursorShape: textArea.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
}