mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:16:04 +02:00
Merge branch 'main' into 'main'
Fix TTabControl background color Issue #25468 See merge request freepascal.org/lazarus/lazarus!82
This commit is contained in:
commit
1773d39af8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user