Skip to content

Commit 4659691

Browse files
committed
highlight fix
1 parent 5c6e794 commit 4659691

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-
// nothing to do here...
260+
QgsMapCanvasItem::updatePosition();
261261
}
262262

263263
void QgsHighlight::paint( QPainter *p )

0 commit comments

Comments
 (0)