diff options
-rw-r--r-- | framework/qml/TextEditor.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml index a662daa9..ec5993b7 100644 --- a/framework/qml/TextEditor.qml +++ b/framework/qml/TextEditor.qml | |||
@@ -76,7 +76,7 @@ FocusScope { | |||
76 | flickable: flickableItem | 76 | flickable: flickableItem |
77 | } | 77 | } |
78 | 78 | ||
79 | contentWidth: Math.max(edit.paintedWidth, width) | 79 | contentWidth: Math.max(edit.contentWidth, width) |
80 | contentHeight: Math.max(edit.implicitHeight, height) | 80 | contentHeight: Math.max(edit.implicitHeight, height) |
81 | 81 | ||
82 | function ensureVisible(r) { | 82 | function ensureVisible(r) { |