Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add mapRefreshCanceled() signal to QgsMapCanvas
This is useful when one wants to follow what exactly is happening with map canvas rendering. We already have renderStarting() signal when a job is started and mapCanvasRefreshed() signal when a job has finished, but there was no notification if the pending job got cancelled (for example because used moved/zoomed the map).
- Loading branch information
Showing
with
14 additions
and 0 deletions.