Files
wxWidgets/include
Vadim Zeitlin 2da4ea9744 Move code for updating sizers on DPI change to wxSizer itself
Replacing the existing global UpdateSizerOnDPIChange() with a member
function will allow accessing private wxSizer variables in it (see the
next commit) and making it virtual will allow overriding it in the
derived classes to update more fields on DPI change.

No real changes yet.

This commit is best viewed with Git --color-moved option.
2026-06-20 15:48:13 +02:00
..