Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Geometry checker] Re-add explicit refresh when changing extent in Qg…
…sGeometryCheckerResultTab::highlightErrors
  • Loading branch information
manisandro committed Jul 14, 2016
1 parent 3e28b9a commit ce87fda
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -398,6 +398,7 @@ void QgsGeometryCheckerResultTab::highlightErrors( bool current )
}

mIface->mapCanvas()->setExtent( totextent );
mIface->mapCanvas()->refresh();
}

void QgsGeometryCheckerResultTab::onSelectionChanged( const QItemSelection &newSel, const QItemSelection &/*oldSel*/ )
Expand Down

0 comments on commit ce87fda

Please sign in to comment.