diff options
author | Thomas Hartmann <Thomas.Hartmann@digia.com> | 2014-06-26 12:49:36 +0200 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@digia.com> | 2014-06-26 12:50:19 +0200 |
commit | 28200eda8a4570d8574c493903e31c95259034b9 (patch) | |
tree | 25c394603cd2a449f28acede1a2fa6a81c218ed3 | |
parent | 9d5ff46534776d9e96a9553d1c3b154b296513f4 (diff) | |
download | qt-creator-28200eda8a4570d8574c493903e31c95259034b9.tar.gz |
QmlDesigner.PropertyEditor: Fix scope of format property
Change-Id: I44c9adb953bb4b8a548af019bc66ff6081df0319
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r-- | share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/StandardTextSection.qml | 1 |
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 |