mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 11:25:56 +02:00
Revert "PackageTabs: Improve visibility of selected editor tab by disabling button transparency. Issue #41132"
This reverts commit 62084108c0
.
This commit is contained in:
parent
d8d2e0511b
commit
002abf464a
@ -500,7 +500,7 @@ constructor TPackageTabButton.Create(aOwner: TComponent);
|
||||
begin
|
||||
inherited Create(aOwner);
|
||||
|
||||
Transparent := False;
|
||||
Transparent := True;
|
||||
Flat := True;
|
||||
AutoSize := True;
|
||||
GroupIndex := 1;
|
||||
|
Loading…
Reference in New Issue
Block a user