Skip to content

Commit

Permalink
highlight disappearing fix - second attempt, 4659691 and 51170ae foll…
Browse files Browse the repository at this point in the history
…ow-up
  • Loading branch information
blazek committed Aug 29, 2017
1 parent c16ce92 commit dbd86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgshighlight.cpp
Expand Up @@ -257,7 +257,7 @@ void QgsHighlight::paintPolygon( QPainter *p, QgsPolygon polygon )

void QgsHighlight::updatePosition()
{
// nothing to do here...
updateRect();
}

void QgsHighlight::paint( QPainter *p )
Expand Down

2 comments on commit dbd86d0

@blazek
Copy link
Member Author

@blazek blazek commented on dbd86d0 Aug 29, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope it is now working properly, I tested zoom, pan, scale, rotate of identified features + the original problem with highlight created programmatically from Python.

@nirvn
Copy link
Contributor

@nirvn nirvn commented on dbd86d0 Aug 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blazek , I can confirm the regression is gone. Thanks.

Please sign in to comment.