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

This reverts commit 62084108c0.
This commit is contained in:
Ondrej Pokorny 2024-10-14 19:05:14 +02:00
parent d8d2e0511b
commit 002abf464a

View File

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