Skip to content

Commit

Permalink
Revert "Moves MapTip away from the mouse cursor"
Browse files Browse the repository at this point in the history
This reverts commit 8b052fd.
  • Loading branch information
SrNetoChan authored and nyalldawson committed Sep 11, 2019
1 parent 6977935 commit f8afaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptip.cpp
Expand Up @@ -146,7 +146,7 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,

QgsDebugMsg( tipHtml );

mWidget->move( pixelPosition.x() + 20,
mWidget->move( pixelPosition.x(),
pixelPosition.y() );

mWebView->setHtml( tipHtml );
Expand Down

0 comments on commit f8afaf0

Please sign in to comment.