Commit 208b5dc
committed
[Win32] Make ImageList retrieval from Display consider zoom
When requesting an ImageList from a Display, the zoom is currently not
considered when scanning through the existing image lists for a matching
one. This can lead to an image list with a wrong zoom being used, such
that the contained image handles are not properly fitting in size and
thus need to be scaled.
This changes includes the zoom into the identification of whether one of
a Display's image lists fits to the requested properties or not. To this
end, the whole validation logic is moved to the ImageList class itself,
such that it's style and zoom do not need to be exposed unnecessarily.1 parent 1fe5903 commit 208b5dc
File tree
2 files changed
+17
-28
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt
- internal
- widgets
2 files changed
+17
-28
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | 334 | | |
339 | 335 | | |
340 | 336 | | |
| |||
374 | 370 | | |
375 | 371 | | |
376 | 372 | | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
377 | 378 | | |
378 | 379 | | |
379 | 380 | | |
| |||
Lines changed: 12 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2045 | 2045 | | |
2046 | 2046 | | |
2047 | 2047 | | |
2048 | | - | |
2049 | | - | |
2050 | | - | |
2051 | | - | |
2052 | | - | |
2053 | | - | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
2054 | 2051 | | |
2055 | 2052 | | |
2056 | 2053 | | |
| |||
2075 | 2072 | | |
2076 | 2073 | | |
2077 | 2074 | | |
2078 | | - | |
2079 | | - | |
2080 | | - | |
2081 | | - | |
2082 | | - | |
2083 | | - | |
| 2075 | + | |
| 2076 | + | |
| 2077 | + | |
2084 | 2078 | | |
2085 | 2079 | | |
2086 | 2080 | | |
| |||
2105 | 2099 | | |
2106 | 2100 | | |
2107 | 2101 | | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
2111 | | - | |
2112 | | - | |
2113 | | - | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
2114 | 2105 | | |
2115 | 2106 | | |
2116 | 2107 | | |
| |||
2135 | 2126 | | |
2136 | 2127 | | |
2137 | 2128 | | |
2138 | | - | |
2139 | | - | |
2140 | | - | |
2141 | | - | |
2142 | | - | |
2143 | | - | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
2144 | 2132 | | |
2145 | 2133 | | |
2146 | 2134 | | |
| |||
0 commit comments