Skip to content

Commit 51170ae

Browse files
committed
Revert "highlight fix" due to regression (fixes #16824)
This reverts commit 4659691.
1 parent daa60d1 commit 51170ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgshighlight.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ void QgsHighlight::paintPolygon( QPainter *p, QgsPolygon polygon )
257257

258258
void QgsHighlight::updatePosition()
259259
{
260-
QgsMapCanvasItem::updatePosition();
260+
// nothing to do here...
261261
}
262262

263263
void QgsHighlight::paint( QPainter *p )

0 commit comments

Comments
 (0)