mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
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.