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