Skip to content
Commit 01d1b3a1 authored by Agata Cacko's avatar Agata Cacko Committed by Halla Rempt
Browse files

Fix isometric grid with partial updates

Before this commit, isometric grid would drawn incorrectly
every time imageRect couldn't fit whole inside updateRect
(in case of zooming in on the cavas, for example, or after
partial updates implementation, also under the outline cursor).

This commit fixes that by making sure the drawing uses the
full imageRect for calculation.

BUG:427833
(cherry picked from commit f7390142)
parent 55d41ba8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment