mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:40:29 +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);
|
procedure TComponentPage.CreateSelectionButton(aButtonUniqueName: string; aScrollBox: TScrollBox);
|
||||||
var
|
var
|
||||||
Pal: TComponentPalette;
|
{%H-}Pal: TComponentPalette;
|
||||||
Btn: TSpeedButton;
|
Btn: TSpeedButton;
|
||||||
begin
|
begin
|
||||||
if Assigned(SelectButton) then Exit;
|
if Assigned(SelectButton) then Exit;
|
||||||
@ -504,7 +504,7 @@ end;
|
|||||||
|
|
||||||
procedure TComponentPage.CreateOrDelButton(aComp: TPkgComponent; aButtonUniqueName: string);
|
procedure TComponentPage.CreateOrDelButton(aComp: TPkgComponent; aButtonUniqueName: string);
|
||||||
var
|
var
|
||||||
Pal: TComponentPalette;
|
{%H-}Pal: TComponentPalette;
|
||||||
Btn: TSpeedButton;
|
Btn: TSpeedButton;
|
||||||
begin
|
begin
|
||||||
if aComp.Visible then begin
|
if aComp.Visible then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user