Fix TTabControl background color

This commit is contained in:
Niel Buys 2022-02-24 16:14:17 +02:00
parent 62db64ddb8
commit e13e0f11f5

View File

@ -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