mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user