Commit 438fece
[Win32] Refresh image created by GC when drawn onto another drawable
With the improvements to use/generate the best-fitting handle when
drawing an image on some other drawable, the previous refresh of the
image when being drawn by a GC was implicitly removed. In consequence,
the image-to-be-drawn is not refreshed anymore for a zoom for which no
handle exists yet, even though there is a GC that could recreate the
image for that zoom.
With this change, in case a GC for the image-to-be-drawn is still
active, the image will be requested for the zoom to be drawn at, such
that the GC recreates a proper handle for that zoom.1 parent 9c4d0a9 commit 438fece
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
1218 | 1222 | | |
1219 | 1223 | | |
1220 | 1224 | | |
| |||
1291 | 1295 | | |
1292 | 1296 | | |
1293 | 1297 | | |
| 1298 | + | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
1294 | 1302 | | |
1295 | 1303 | | |
1296 | 1304 | | |
| |||
0 commit comments