summaryrefslogtreecommitdiffstats
path: root/tests/qmlchartproperties
diff options
context:
space:
mode:
authorMarek Rosa <marek.rosa@digia.com>2012-09-25 14:36:13 +0300
committerMarek Rosa <marek.rosa@digia.com>2012-09-25 14:49:32 +0300
commit394f63738c11558ae410383fbf2403f57fca4bf8 (patch)
tree97ef752c13a5679ce55ee6bed6827e41ff79c235 /tests/qmlchartproperties
parentf689de612f59d0b5b89c2d652f13c373e14a4ce1 (diff)
Fix: Redraw chart when tick count changes
Diffstat (limited to 'tests/qmlchartproperties')
-rw-r--r--tests/qmlchartproperties/qml/qmlchartproperties/ChartEditorAxis.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qmlchartproperties/qml/qmlchartproperties/ChartEditorAxis.qml b/tests/qmlchartproperties/qml/qmlchartproperties/ChartEditorAxis.qml
index 6f40bd36..a532e33c 100644
--- a/tests/qmlchartproperties/qml/qmlchartproperties/ChartEditorAxis.qml
+++ b/tests/qmlchartproperties/qml/qmlchartproperties/ChartEditorAxis.qml
@@ -87,6 +87,7 @@ Row {
}
Button {
text: "axis tick count -"
+
onClicked: axis.tickCount--;
}
Button {