mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[EXPLORER] trayclock: Update timer delay when showing seconds is modified
This commit is contained in:
committed by
Giannis Adamopoulos
parent
e68bee7518
commit
96b7cb1a4f
@@ -696,7 +696,12 @@ LRESULT CTrayClockWnd::OnTaskbarSettingsChanged(UINT uMsg, WPARAM wParam, LPARAM
|
||||
if (newSettings->bShowSeconds != g_TaskbarSettings.bShowSeconds)
|
||||
{
|
||||
g_TaskbarSettings.bShowSeconds = newSettings->bShowSeconds;
|
||||
bRealign = TRUE;
|
||||
if (!g_TaskbarSettings.sr.HideClock)
|
||||
{
|
||||
bRealign = TRUE;
|
||||
|
||||
ResetTime();
|
||||
}
|
||||
}
|
||||
|
||||
if (newSettings->sr.HideClock != g_TaskbarSettings.sr.HideClock)
|
||||
|
||||
Reference in New Issue
Block a user