mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +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
|
@ -2454,6 +2454,9 @@ ChangePos:
|
|||
CheckTrayWndPosition();
|
||||
}
|
||||
|
||||
if (m_DesktopWnd)
|
||||
::SendMessageW(m_DesktopWnd, uMsg, wParam, lParam);
|
||||
|
||||
if (m_StartMenuPopup && lstrcmpiW((LPCWSTR)lParam, L"TraySettings") == 0)
|
||||
{
|
||||
HideStartMenu();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue