Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Moves MapTip away from the mouse cursor"
This reverts commit 8b052fd.
  • Loading branch information
SrNetoChan committed Sep 1, 2019
1 parent 589d64c commit ab7e5d3
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 ab7e5d3

Please sign in to comment.