Skip to content

Commit 2758840

Browse files
committed
Fix typo from commit cfa5878
1 parent c3b0da6 commit 2758840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/proctree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ VOID PhTickProcessNodes(
653653
// it can be changed once, so we can only be sure that it won't be changed again if it is different
654654
// from Unaware (poizan42).
655655
if (node->DpiAwareness != 1)
656-
node->ValidMask |= PHPN_DPIAWARENESS;
656+
node->ValidMask &= ~PHPN_DPIAWARENESS;
657657

658658
// Invalidate graph buffers.
659659
node->CpuGraphBuffers.Valid = FALSE;

0 commit comments

Comments
 (0)