Skip to content
Permalink
Browse files
[composer] Fix horizontal smart guides not appearing for page > 1
  • Loading branch information
nyalldawson committed Jan 28, 2015
1 parent e0adf89 commit 97b7406
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1281,7 +1281,7 @@ void QgsComposerMouseHandles::collectAlignCoordinates( QMap< double, const QgsCo
{
//if snapping to paper use the paper item's rect rather then the bounding rect,
//since we want to snap to the page edge and not any outlines drawn around the page
itemRect = currentItem->rect();
itemRect = currentItem->mapRectToScene( currentItem->rect() );
}
else
{

0 comments on commit 97b7406

Please sign in to comment.