From e13e0f11f52d350273d0247d208ba7786941d519 Mon Sep 17 00:00:00 2001 From: Niel Buys Date: Thu, 24 Feb 2022 16:14:17 +0200 Subject: [PATCH] Fix TTabControl background color #25468 --- lcl/themes.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/themes.pas b/lcl/themes.pas index 8f051056ee..c7d7d964db 100644 --- a/lcl/themes.pas +++ b/lcl/themes.pas @@ -2212,7 +2212,7 @@ begin teTab: begin if Details.Part in [TABP_PANE, TABP_BODY] then - FillWithColor(ARect, clBackground); + FillWithColor(ARect, clBtnFace{clBackground}); end; teTreeView: begin