PackageTabs: Improve visibility of selected editor tab by disabling button transparency. Issue #41132

This commit is contained in:
Ondrej Pokorny 2024-10-14 14:20:06 +02:00
parent b72fdc3e27
commit 62084108c0

View File

@ -500,7 +500,7 @@ constructor TPackageTabButton.Create(aOwner: TComponent);
begin
inherited Create(aOwner);
Transparent := True;
Transparent := False;
Flat := True;
AutoSize := True;
GroupIndex := 1;