Commit 4a95cb2
committed
[Win32] Update images of tree columns upon DPI change
When moving a shell with a tree that uses images in any other than the
first column to another monitor, those images will be lost in case the
other monitor has a different zoom such that the UI is rescaled. The
reason is that the DPI change handling for TreeItem does not consider
the other images of the tree item at all.
This change explicitly resets all images of a tree item upon DPI change.
Contributes to
#30751 parent 9c79cf6 commit 4a95cb2
File tree
1 file changed
+5
-0
lines changed- bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1815 | 1815 | | |
1816 | 1816 | | |
1817 | 1817 | | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
1818 | 1823 | | |
1819 | 1824 | | |
1820 | 1825 | | |
| |||
0 commit comments