Ubuntu, Fix RescalingRichText
This commit is contained in:
parent
8f95fc7566
commit
9074d67ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Item {
|
|||
console.log("scaling: " + scaling)
|
||||
|
||||
// force reflow
|
||||
// contentText.text = contentText.text + " "
|
||||
contentText.text = ""
|
||||
contentText.text = _RICHTEXT_STYLESHEET_PREAMBLE + parent.text + _RICHTEXT_STYLESHEET_APPENDIX
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue