Skip to content

Commit

Permalink
Fix ruler shift
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Mar 24, 2013
1 parent 08e7267 commit 56b55a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgscomposerview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ void QgsComposerView::mouseMoveEvent( QMouseEvent* e )
return;
}

updateRulers();
if ( mHorizontalRuler )
{
mHorizontalRuler->updateMarker( e->posF() );
Expand Down

0 comments on commit 56b55a0

Please sign in to comment.