summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2022-09-21 16:45:13 +0200
committerHenning Gründl <henning.gruendl@qt.io>2022-09-22 20:26:47 +0000
commit3d3290424a72c26546e3ccc0fa27d26fbd470e51 (patch)
treed397e816fef1206c0c951126a741fe8e5142de24
parentff33f7b7cc030cb9dd9c20c49306c684bcf006a8 (diff)
downloadqt-creator-3d3290424a72c26546e3ccc0fa27d26fbd470e51.tar.gz
QmlDesigner: Make easing curve button non checkable
Change-Id: Ia25e710f6cc978645144beaf05a8f53fd0de989f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
index b4dfe0f7a5..6a18159891 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
@@ -157,6 +157,7 @@ Section {
BoolButtonRowButton {
visible: section.showEasingCurve
buttonIcon: StudioTheme.Constants.curveDesigner
+ checkable: false
EasingCurveEditor {
id: easingCurveEditor