IDE: less hints

git-svn-id: trunk@47143 -
This commit is contained in:
mattias 2014-12-08 21:45:05 +00:00
parent a3490826ea
commit c66cfdb9b2

View File

@ -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