Skip to content

Commit

Permalink
Add theme support for Memory protection dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
DartVanya committed Sep 9, 2024
1 parent 5531668 commit 850a54b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SystemInformer/memprot.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ INT_PTR CALLBACK PhpMemoryProtectDlgProc(
);

PhSetDialogFocus(hwndDlg, GetDlgItem(hwndDlg, IDC_VALUE));

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

0 comments on commit 850a54b

Please sign in to comment.