2
0
David Rose 21 жил өмнө
parent
commit
b76c6177d1

+ 1 - 1
pandatool/src/win-stats/winStatsLabelStack.cxx

@@ -357,7 +357,7 @@ window_proc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) {
       HDC hdc = BeginPaint(hwnd, &ps);
 
       RECT rect = { 0, 0, _width, _height };
-      FillRect(hdc, &rect, (HBRUSH)(COLOR_BTNFACE + 1));
+      FillRect(hdc, &rect, (HBRUSH)COLOR_BACKGROUND);
       EndPaint(hwnd, &ps);
       return 0;
     }