Skip to content

Commit

Permalink
fix #2105
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12151 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 16, 2009
1 parent 0dafcf1 commit 6e3d7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology/qgssymbol.cpp
Expand Up @@ -532,6 +532,7 @@ bool QgsSymbol::writeXML( QDomNode & item, QDomDocument & document, const QgsVec

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

if ( vl )
{
Expand Down

0 comments on commit 6e3d7d6

Please sign in to comment.