aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/textlayout/styledtext-layout.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/textlayout/styledtext-layout.qml')
-rw-r--r--tests/testapplications/textlayout/styledtext-layout.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/textlayout/styledtext-layout.qml b/tests/testapplications/textlayout/styledtext-layout.qml
index 4ad0c7e279..80f62a6b8f 100644
--- a/tests/testapplications/textlayout/styledtext-layout.qml
+++ b/tests/testapplications/textlayout/styledtext-layout.qml
@@ -88,7 +88,7 @@ Rectangle {
drag.target: rect
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: mouse.button == Qt.RightButton ? myText.font.pixelSize -= 1 : myText.font.pixelSize += 1
- onPositionChanged: myText.doLayout()
+ onPositionChanged: myText.forceLayout()
}
}
}