Skip to content

Commit

Permalink
Update src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: signedav <david@opengis.ch>
  • Loading branch information
m-kuhn and signedav committed Jan 7, 2019
1 parent 740f671 commit 148591f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Expand Up @@ -83,7 +83,7 @@ QVariant QgsValueRelationWidgetWrapper::value() const
else
{
//store as hstore string
v = selection.join( QStringLiteral( ',' ) ).prepend( '{' ).append( '}' );
v = selection.join( ',' ).prepend( '{' ).append( '}' );
}
}

Expand Down

0 comments on commit 148591f

Please sign in to comment.