Fix build error
This commit is contained in:
parent
1089e239ba
commit
bae09252c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue