From bae09252c7388a98899083168ea4ad36562f2e1c Mon Sep 17 00:00:00 2001 From: Don HO Date: Mon, 10 May 2021 12:56:52 +0200 Subject: [PATCH] Fix build error --- PowerEditor/src/WinControls/ToolBar/ToolBar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp index c247f1bee..066891d57 100644 --- a/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp +++ b/PowerEditor/src/WinControls/ToolBar/ToolBar.cpp @@ -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