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 offset not cloned for ellipse marker
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
src/core/symbology-ng/qgsellipsesymbollayerv2.cpp
|
@@ -367,6 +367,8 @@ QgsEllipseSymbolLayerV2* QgsEllipseSymbolLayerV2::clone() const |
|
|
m->setSymbolWidth( mSymbolWidth ); |
|
|
m->setSymbolHeight( mSymbolHeight ); |
|
|
m->setOutlineStyle( mOutlineStyle ); |
|
|
m->setOffset( mOffset ); |
|
|
m->setOffsetUnit( mOffsetUnit ); |
|
|
m->setOffsetMapUnitScale( mOffsetMapUnitScale ); |
|
|
m->setOutlineStyle( mOutlineStyle ); |
|
|
m->setPenJoinStyle( mPenJoinStyle ); |
|
|