mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix ruler shift
This commit is contained in:
parent
08e7267d38
commit
56b55a0a25
@ -368,6 +368,7 @@ void QgsComposerView::mouseMoveEvent( QMouseEvent* e )
|
||||
return;
|
||||
}
|
||||
|
||||
updateRulers();
|
||||
if ( mHorizontalRuler )
|
||||
{
|
||||
mHorizontalRuler->updateMarker( e->posF() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user