Merge branch 'main' into 'main'

Fix TTabControl background color Issue #25468

See merge request freepascal.org/lazarus/lazarus!82
This commit is contained in:
Juha Manninen 2022-02-25 10:07:19 +00:00
commit 1773d39af8

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