Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[layouts] Fix first background map render can never be canceled
and must always complete This fixes an issue where map items appear to get "stuck" showing the "Rendering map" text while the very first render of the map item completes. If the map render is lengthy (e.g. due to complex labeling and an initially too small map scale), then it can appear as if the map item has got stuck. Instead, we now correctly support cancelation of this initial map render job, just like we do subsequent ones. (cherry picked from commit 591bb75)
- Loading branch information