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