mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 12:54:42 +02:00
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…
x
Reference in New Issue
Block a user