summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml')
-rw-r--r--examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml b/examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml
index 19277a09..fe3bc869 100644
--- a/examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml
+++ b/examples/charts/qmloscilloscope/qml/qmloscilloscope/ControlPanel.qml
@@ -96,7 +96,7 @@ ColumnLayout {
id: antialiasButton
text: "Antialias: "
items: ["OFF", "ON"]
- enabled: false
+ enabled: true
currentSelection: 0
onSelectionChanged: antialiasingEnabled(currentSelection == 1);
}