Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix format specification for data defined colors
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/core/qgsproperty.cpp
|
@@ -88,7 +88,7 @@ QgsPropertyDefinition::QgsPropertyDefinition( const QString &name, const QString |
|
|
|
|
|
case ColorWithAlpha: |
|
|
mTypes = DataTypeString; |
|
|
mHelpText = QObject::tr( "string [<b>r,g,b,a</b>] as int 0-255 or #<b>RRGGBBAA</b> as hex or <b>color</b> as color's name" ); |
|
|
mHelpText = QObject::tr( "string [<b>r,g,b,a</b>] as int 0-255 or #<b>AARRGGBB</b> as hex or <b>color</b> as color's name" ); |
|
|
break; |
|
|
|
|
|
case ColorNoAlpha: |
|
|