Skip to content

Commit dbd86d0

Browse files
committed
highlight disappearing fix - second attempt, 4659691 and 51170ae follow-up
1 parent c16ce92 commit dbd86d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qgshighlight.cpp

Lines changed: 1 addition & 1 deletion
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+
updateRect();
261261
}
262262

263263
void QgsHighlight::paint( QPainter *p )

0 commit comments

Comments
 (0)