Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another small bugfix
git-svn-id: http://svn.osgeo.org/qgis/branches/symbology-ng-branch@10783 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 13, 2009
1 parent f0d9885 commit 76923cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/symbology-ng/qgsmarkersymbollayerv2.cpp
Expand Up @@ -23,6 +23,7 @@ QgsSimpleMarkerSymbolLayerV2::QgsSimpleMarkerSymbolLayerV2(QString name, QColor
{
mName = name;
mColor = color;
mBorderColor = borderColor;
mSize = size;
mAngle = angle;
}
Expand Down

0 comments on commit 76923cb

Please sign in to comment.