[QGIS Commit] r12877 - trunk/qgis/src/core/composer

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Feb 4 15:34:40 EST 2010


Author: mhugent
Date: 2010-02-04 15:34:40 -0500 (Thu, 04 Feb 2010)
New Revision: 12877

Modified:
   trunk/qgis/src/core/composer/qgscomposermap.cpp
Log:
Fix composer map annotation bug

Modified: trunk/qgis/src/core/composer/qgscomposermap.cpp
===================================================================
--- trunk/qgis/src/core/composer/qgscomposermap.cpp	2010-02-04 18:59:26 UTC (rev 12876)
+++ trunk/qgis/src/core/composer/qgscomposermap.cpp	2010-02-04 20:34:40 UTC (rev 12877)
@@ -899,7 +899,7 @@
     {
       if ( mGridAnnotationDirection == Vertical || mGridAnnotationDirection == BoundaryDirection )
       {
-        xpos -= textHeight + mAnnotationFrameDistance;
+        xpos += textHeight + mAnnotationFrameDistance;
         ypos += textWidth / 2.0;
         rotation = 270;
       }



More information about the QGIS-commit mailing list