Skip to content

Commit

Permalink
Windows 7 Menu Checkbox colorization
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvm committed Aug 7, 2023
1 parent 443bcc6 commit fcdb636
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions AccentColorizer/StyleModifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,15 @@ void ModifyStyles() {
ModifyStyle(L"Menu", 12, 0, TMT_DIBDATA);
ModifyStyle(L"Menu", 8, 0, TMT_DIBDATA);
ModifyStyle(L"Menu", 7, 0, TMT_DIBDATA);

// Menu Checkbox
for (j = 0; j <= 7; j++)
{
for (k = 0; k <= 7; k++)
{
ModifyStyle(L"Menu", 11, j, k);
}
}
}

if (g_bColorizeProgressBar)
Expand Down

0 comments on commit fcdb636

Please sign in to comment.