aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorWang Chuan <ouchuanm@outlook.com>2019-07-17 17:41:16 +0800
committerouchuan <ouchuanm@outlook.com>2019-07-24 17:56:23 +0800
commitda06da57002b64cf4bcde0ca708b3275a5f919ae (patch)
tree1e12727b8fc61dc53e3cffc897a2e197c5e6f2bb /.gitignore
parent1d06eb3f8215b67c5061ee3a076df405724ff7ee (diff)
QQuickTextArea: prevent changing size of background recursively
When the x/y position of background depends on the height/width of background and these values are not constant, the if statement in the method resizeBackground() will always pass. And since a change listener is set before calling setHeight()/setWidth() in background, these two method will always call resizeBackground() and then call themself recursively, that means the height/width of background will always be reset, no matter what value you set. [ChangeLog][QtQuick][QQuickTextArea] defer adding change listener and prevent changing size of background recursively in construction Fixes: QTBUG-76369 Change-Id: I2ec37cad7f35cb1c756276326fe69e860c6b8de5 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions