Commit 76b901a
committed
[[ TileCache ]] Fix tiles composited at wrong offset when group focus changed
This patch fixes an issue where changes to group keyboard focus which change the
effective rect of the group would not trigger an update of the layer rect,
leading to a mismatch between the previously cached tiles and the offset at
which they are rendered.
As groups don't render a focus border, the effective rect should not change when
focused.1 parent 301e7b3 commit 76b901a
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
959 | 965 | | |
960 | 966 | | |
961 | 967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments