-
Notifications
You must be signed in to change notification settings - Fork 750
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tiles: do not duplicate rendering if tilecombine requested
related to #10980 open calc and use page down to enter some initially not visible area notice in debug tools that tiles are rendered twice If any tile rendering is already pending - let's don't request it again. Use shared function for that check which was used only in one place but forgotten in hadnling the incoming tilecombine message. Signed-off-by: Szymon Kłos <[email protected]> Change-Id: Icc1bf97826ec8b1cb1185b6f30dc2daf6d0355ea
- Loading branch information
Showing
2 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters