mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Don't strip "-prefixes from QgsDataDefined fields
followup 1e6483c The field should not be provided with an expression format but plain
This commit is contained in:
parent
ae0a532c9e
commit
6bbc9d5753
@ -44,7 +44,7 @@ class QgsDataDefinedPrivate : public QSharedData
|
||||
, active( active )
|
||||
, useExpression( useExpression )
|
||||
, expressionString( expressionString )
|
||||
, field( field.remove( QRegExp( "^\"|\"$" ) ) )
|
||||
, field( field )
|
||||
, expressionPrepared( false )
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user