Skip to content

Commit 54b079e

Browse files
author
mhugent
committed
Fix composer map annotation bug
git-svn-id: http://svn.osgeo.org/qgis/trunk@12877 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 17ea70d commit 54b079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/composer/qgscomposermap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ void QgsComposerMap::drawCoordinateAnnotation( QPainter* p, const QPointF& pos,
899899
{
900900
if ( mGridAnnotationDirection == Vertical || mGridAnnotationDirection == BoundaryDirection )
901901
{
902-
xpos -= textHeight + mAnnotationFrameDistance;
902+
xpos += textHeight + mAnnotationFrameDistance;
903903
ypos += textWidth / 2.0;
904904
rotation = 270;
905905
}

0 commit comments

Comments
 (0)