Skip to content

Commit

Permalink
Just added some comments
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5152 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 3, 2006
1 parent d35e870 commit fad314f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsmarkercatalogue.cpp
Expand Up @@ -139,6 +139,8 @@ QPixmap QgsMarkerCatalogue::svgMarker ( QString filename, int scaleFactor)

QPixmap QgsMarkerCatalogue::hardMarker ( QString name, int s, QPen pen, QBrush brush, bool qtBug )
{
//Note teh +1 offset below is required because the
//scaling to odd numbers below will cause clipping otherwise
QPixmap myPixmap = QPixmap (s+1,s+1);

// The following is window-system-conditional since (at least)
Expand Down

0 comments on commit fad314f

Please sign in to comment.