mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 04:13:01 +00:00
[EXPLORER][COMCTL32][SHELL32] Enable SPI_SETICONTITLELOGFONT (#7783)
Enable desktop icon title font setting. JIRA issue: CORE-13601 - Forward WM_SETTINGCHANGE message up to ListView. - ListView accepts WM_SETTINGCHANGE message. - Enable icon spacing.
This commit is contained in:
parent
8e53386de9
commit
75c0dc0cd8
3 changed files with 33 additions and 0 deletions
|
@ -3008,6 +3008,7 @@ LRESULT CDefView::OnSettingChange(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL
|
|||
if (wParam == SPI_SETDESKWALLPAPER || wParam == 0)
|
||||
UpdateListColors();
|
||||
|
||||
m_ListView.SendMessage(uMsg, wParam, lParam);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue