Skip to content

Commit

Permalink
Don't strip "-prefixes from QgsDataDefined fields
Browse files Browse the repository at this point in the history
followup 1e6483c
The field should not be provided with an expression format but plain
  • Loading branch information
m-kuhn committed Aug 7, 2015
1 parent ae0a532 commit 6bbc9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdatadefined_p.h
Expand Up @@ -44,7 +44,7 @@ class QgsDataDefinedPrivate : public QSharedData
, active( active )
, useExpression( useExpression )
, expressionString( expressionString )
, field( field.remove( QRegExp( "^\"|\"$" ) ) )
, field( field )
, expressionPrepared( false )
{
}
Expand Down

0 comments on commit 6bbc9d5

Please sign in to comment.