mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 09:10:56 +00:00
[TASKMGR] High speed update is twice per second, and not every second.
And honour what is also told by the info in the status bar.
This commit is contained in:
parent
2da0506f2a
commit
d5707eefe2
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ static void SetUpdateSpeed(HWND hWnd)
|
|||
/* Setup update speed (pause=fall down) */
|
||||
switch (TaskManagerSettings.UpdateSpeed) {
|
||||
case ID_VIEW_UPDATESPEED_HIGH:
|
||||
SetTimer(hWnd, 1, 1000, NULL);
|
||||
SetTimer(hWnd, 1, 500, NULL);
|
||||
break;
|
||||
case ID_VIEW_UPDATESPEED_NORMAL:
|
||||
SetTimer(hWnd, 1, 2000, NULL);
|
||||
|
|
Loading…
Reference in a new issue