We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3621bee commit 7901ce2Copy full SHA for 7901ce2
src/core/symbology-ng/qgslegendsymbolitemv2.cpp
@@ -57,7 +57,7 @@ QgsLegendSymbolItemV2& QgsLegendSymbolItemV2::operator=( const QgsLegendSymbolIt
57
if ( this == &other )
58
return *this;
59
60
- setSymbol( other.mSymbol ? other.mSymbol->clone() : 0 );
+ setSymbol( other.mSymbol );
61
mLabel = other.mLabel;
62
mKey = other.mKey;
63
mCheckable = other.mCheckable;
0 commit comments