mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:29:21 +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
|
begin
|
||||||
inherited Create(aOwner);
|
inherited Create(aOwner);
|
||||||
|
|
||||||
Transparent := False;
|
Transparent := True;
|
||||||
Flat := True;
|
Flat := True;
|
||||||
AutoSize := True;
|
AutoSize := True;
|
||||||
GroupIndex := 1;
|
GroupIndex := 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user