Ubuntu, Fix RescalingRichText

This commit is contained in:
Alberto Mardegan 2014-12-23 14:19:17 +01:00
parent 8f95fc7566
commit 9074d67ab9

View file

@ -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
}