Fix build error

This commit is contained in:
Don HO 2021-05-10 12:56:52 +02:00
parent 1089e239ba
commit bae09252c7
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ LRESULT CALLBACK RebarSubclass(
{
RECT rc;
GetClientRect(hWnd, &rc);
FillRect((HDC)wParam, &rc, NppDarkMode::getPureBackgroundBrush());
FillRect((HDC)wParam, &rc, NppDarkMode::getDarkerBackgroundBrush());
return TRUE;
}
else