Skip to content

Commit

Permalink
Add dark theme support to MemResults dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jun 3, 2021
1 parent f384bce commit 2c017af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ProcessHacker/memrslt.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <memsrch.h>
#include <procprv.h>
#include <settings.h>
#include <phsettings.h>

#include "..\tools\thirdparty\pcre\pcre2.h"

Expand Down Expand Up @@ -356,6 +357,8 @@ INT_PTR CALLBACK PhpMemoryResultsDlgProc(
PhSetIntegerPairSetting(L"MemResultsPosition", windowRectangle.Position);
PhSetScalableIntegerPairSetting2(L"MemResultsSize", windowRectangle.Size);
}

PhInitializeWindowTheme(hwndDlg, PhEnableThemeSupport);
}
break;
case WM_DESTROY:
Expand Down

0 comments on commit 2c017af

Please sign in to comment.