aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/components/designer/DashPatternEditor.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/imports/components/designer/DashPatternEditor.qml b/src/imports/components/designer/DashPatternEditor.qml
index fad1c61..79eff11 100644
--- a/src/imports/components/designer/DashPatternEditor.qml
+++ b/src/imports/components/designer/DashPatternEditor.qml
@@ -96,11 +96,6 @@ GridLayout {
function onSelectionChanged() { parseExpression() }
}
- ExtendedFunctionLogic {
- id: extFuncLogic
- backendValue: root.backendValue
- }
-
ActionIndicator {
id: actionIndicator
myControl: dash01
@@ -109,6 +104,11 @@ GridLayout {
icon.text: extFuncLogic.glyph
enabled: root.enableEditors
onClicked: extFuncLogic.show()
+
+ ExtendedFunctionLogic {
+ id: extFuncLogic
+ backendValue: root.backendValue
+ }
}
DoubleSpinBox {