mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[EXPLORER] trayclock: Update timer delay when showing seconds is modified
This commit is contained in:
parent
e68bee7518
commit
96b7cb1a4f
1 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue