Skip to content

Commit dadf9cc

Browse files
committed
NetworkTools: Fix graph regression from previous commit
1 parent 09bb4b6 commit dadf9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/NetworkTools/ping.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ INT_PTR CALLBACK NetworkPingWndProc(
409409
DOUBLE pingDeviationValue = 0;
410410
DOUBLE pingVarianceValue = 0;
411411

412+
NetworkPingUpdateGraph(context);
413+
412414
for (ULONG i = 0; i < context->PingHistory.Count; i++)
413415
{
414416
pingSumValue += PhGetItemCircularBuffer_ULONG(&context->PingHistory, i);

0 commit comments

Comments
 (0)