Skip to content

Commit

Permalink
[composer] Fix horizontal smart guides not appearing for page > 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 28, 2015
1 parent e0adf89 commit 97b7406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermousehandles.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 97b7406

Please sign in to comment.