Prevent instability with TextArea with null as background
This commit is contained in:
@@ -87,7 +87,7 @@ Loader {
|
|||||||
readOnly: true
|
readOnly: true
|
||||||
wrapMode: Label.Wrap
|
wrapMode: Label.Wrap
|
||||||
textFormat: TextEdit.RichText
|
textFormat: TextEdit.RichText
|
||||||
background: null
|
background: Item {}
|
||||||
HoverHandler {
|
HoverHandler {
|
||||||
cursorShape: textArea.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
|
cursorShape: textArea.hoveredLink ? Qt.PointingHandCursor : Qt.IBeamCursor
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user