We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b0da6 commit 2758840Copy full SHA for 2758840
ProcessHacker/proctree.c
@@ -653,7 +653,7 @@ VOID PhTickProcessNodes(
653
// it can be changed once, so we can only be sure that it won't be changed again if it is different
654
// from Unaware (poizan42).
655
if (node->DpiAwareness != 1)
656
- node->ValidMask |= PHPN_DPIAWARENESS;
+ node->ValidMask &= ~PHPN_DPIAWARENESS;
657
658
// Invalidate graph buffers.
659
node->CpuGraphBuffers.Valid = FALSE;
0 commit comments