Skip to content
Permalink
Browse files
[composer] Prevent overlap of vertical ruler markings
  • Loading branch information
nyalldawson committed Dec 29, 2013
1 parent 53c654f commit 37b48bd
Showing 1 changed file with 1 addition and 1 deletion.
@@ -124,7 +124,7 @@ void QgsComposerRuler::paintEvent( QPaintEvent* event )

if ( startY < 0 )
{
double beforePageCoord = 0;
double beforePageCoord = -mmDisplay;
double firstPageY = mTransform.map( QPointF( 0, 0 ) ).y();

//draw negative rulers which fall before first page

0 comments on commit 37b48bd

Please sign in to comment.