mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
fix angle and anchor point settings for ellipse symbol
This commit is contained in:
parent
3cf75d8047
commit
6da18991eb
@ -379,6 +379,9 @@ QgsEllipseSymbolLayerV2* QgsEllipseSymbolLayerV2::clone() const
|
||||
m->setSymbolHeightMapUnitScale( mSymbolHeightMapUnitScale );
|
||||
m->setOutlineWidthUnit( mOutlineWidthUnit );
|
||||
m->setOutlineWidthMapUnitScale( mOutlineWidthMapUnitScale );
|
||||
m->setAngle( mAngle );
|
||||
m->setHorizontalAnchorPoint( mHorizontalAnchorPoint );
|
||||
m->setVerticalAnchorPoint( mVerticalAnchorPoint );
|
||||
|
||||
copyDataDefinedProperties( m );
|
||||
copyPaintEffect( m );
|
||||
|
Loading…
x
Reference in New Issue
Block a user