forked from qt-creator/qt-creator
QmlDesigner: Change formeditorColorProperty type
Change from Document to Persitent auxiliary data type. Change-Id: Ibaeae5985f49370292f102ccd76c8f1a77199891 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
0c92c8aaf7
commit
c9fd23ae12
@@ -115,7 +115,7 @@ inline constexpr AuxiliaryDataKeyView bakeLightsManualProperty{AuxiliaryDataType
|
|||||||
"bakeLightsManual"};
|
"bakeLightsManual"};
|
||||||
inline constexpr AuxiliaryDataKeyView contextImageProperty{AuxiliaryDataType::Temporary,
|
inline constexpr AuxiliaryDataKeyView contextImageProperty{AuxiliaryDataType::Temporary,
|
||||||
"contextImage"};
|
"contextImage"};
|
||||||
inline constexpr AuxiliaryDataKeyView formeditorColorProperty{AuxiliaryDataType::Document,
|
inline constexpr AuxiliaryDataKeyView formeditorColorProperty{AuxiliaryDataType::Persistent,
|
||||||
"formeditorColor"};
|
"formeditorColor"};
|
||||||
|
|
||||||
// Most material preview aux properties are duplicated as document and instance types, as they
|
// Most material preview aux properties are duplicated as document and instance types, as they
|
||||||
|
Reference in New Issue
Block a user