Fix inline images not showing up

Work around QTBUG 93281

See https://bugreports.qt.io/browse/QTBUG-93281 for details
This commit is contained in:
Tobias Fella
2022-10-17 18:54:59 +00:00
parent b9f8ef2570
commit 785a82df93
3 changed files with 13 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ TextEdit {
persistentSelection: true
// Work around QTBUG 93281
Component.onCompleted: if (text.includes("<img")) {
Controller.forceRefreshTextDocument(contentLabel.textDocument, contentLabel)
}
text: "<style>
table {
width:100%;