mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 04:39:36 +02:00
IDE: less hints
git-svn-id: trunk@47143 -
This commit is contained in:
parent
a3490826ea
commit
c66cfdb9b2
@ -480,7 +480,7 @@ end;
|
||||
|
||||
procedure TComponentPage.CreateSelectionButton(aButtonUniqueName: string; aScrollBox: TScrollBox);
|
||||
var
|
||||
Pal: TComponentPalette;
|
||||
{%H-}Pal: TComponentPalette;
|
||||
Btn: TSpeedButton;
|
||||
begin
|
||||
if Assigned(SelectButton) then Exit;
|
||||
@ -504,7 +504,7 @@ end;
|
||||
|
||||
procedure TComponentPage.CreateOrDelButton(aComp: TPkgComponent; aButtonUniqueName: string);
|
||||
var
|
||||
Pal: TComponentPalette;
|
||||
{%H-}Pal: TComponentPalette;
|
||||
Btn: TSpeedButton;
|
||||
begin
|
||||
if aComp.Visible then begin
|
||||
|
Loading…
Reference in New Issue
Block a user