aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShrief Gabr <shrief.gabr@qt.io>2024-01-31 16:47:17 +0200
committerShrief Gabr <shrief.gabr@qt.io>2024-02-01 09:17:45 +0000
commit6a4df2b6e698b386a2650a10be9ce8c229d5ae34 (patch)
tree315bb71f5b366036e9fc2d7a5aa5ac4330830632
parent347c6b11211127bd9c7db94755d9401cc2f5ba32 (diff)
QmlDesigner: Fix unresponsive RealSpinBox buttons in Number cells
Task-number: QDS-11755 Change-Id: I53a7422642202acbea043800bd91e913b7bd0779 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml b/share/qtcreator/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml
index d328546260..6a3146a818 100644
--- a/share/qtcreator/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml
+++ b/share/qtcreator/qmldesigner/collectionEditorQmlSource/CollectionDetailsEditDelegate.qml
@@ -149,7 +149,7 @@ Item {
target: editorPopup.editor
function onActiveFocusChanged() {
- if (!editorPopup.editor.activeFocus)
+ if (!editorPopup.activeFocus)
editorPopup.close()
else if (edit)
editorPopup.editor.editValue = edit