summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2014-06-26 12:49:36 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2014-06-26 12:50:19 +0200
commit28200eda8a4570d8574c493903e31c95259034b9 (patch)
tree25c394603cd2a449f28acede1a2fa6a81c218ed3 /share/qtcreator/qmldesigner
parent9d5ff46534776d9e96a9553d1c3b154b296513f4 (diff)
downloadqt-creator-28200eda8a4570d8574c493903e31c95259034b9.tar.gz
QmlDesigner.PropertyEditor: Fix scope of format property
Change-Id: I44c9adb953bb4b8a548af019bc66ff6081df0319 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'share/qtcreator/qmldesigner')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
index 0cf32ce7d4..2c7e0137d8 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml
@@ -100,6 +100,7 @@ Section {
text: qsTr("Format")
}
ComboBox {
+ scope: "Text"
visible: showFormatProperty
model: ["PlainText", "RichText", "AutoText"]
backendValue: backendValues.textFormat