aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2014-11-17 12:36:30 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-01-08 18:18:15 +0100
commit5fa4e1d0981cbe52392f474d0297678915bc48f5 (patch)
treee0e0fd647a9f0e78774a3028f50cf9ee56c12adf /src/quick/items/qquicktext.cpp
parent5cfe7d2074306a72909ea20718c1c4bebeb27bad (diff)
TextEdit: fix construction time text cache
QQuickTextEdit does not apply cached text to the underlying document until component construction is complete. However, if text() was called during the construction (eg. because of a binding), it would blindly overwrite the cached text with (still) empty document content. Task-number: QTBUG-41583 Change-Id: I6c5c1b6283d70d8a5ec2c8bd986095ee3c35a14c Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>
Diffstat (limited to 'src/quick/items/qquicktext.cpp')
0 files changed, 0 insertions, 0 deletions