Skip to content

Commit ebcf8f4

Browse files
author
jef
committed
fix #2105
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12151 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 03701e7 commit ebcf8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/symbology/qgssymbol.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,7 @@ bool QgsSymbol::writeXML( QDomNode & item, QDomDocument & document, const QgsVec
532532

533533
appendText( symbol, document, "pointsymbol", name );
534534
appendText( symbol, document, "pointsize", QString::number( pointSize() ) );
535+
appendText( symbol, document, "pointsizeunits", pointSizeUnits() ? "mapunits" : "pixels" );
535536

536537
if ( vl )
537538
{

0 commit comments

Comments
 (0)