mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:09:20 +02:00
leakview: less hints
git-svn-id: trunk@53310 -
This commit is contained in:
parent
0fdd65225d
commit
6e64d8a23d
@ -563,7 +563,10 @@ begin
|
||||
begin
|
||||
IDECommand := RegisterIDECommand(IDECommandCategory, rsLeakView, rsLeakView, IDEShortCutX, nil, @IDEMenuClicked);
|
||||
if IDECommand <> nil then
|
||||
begin
|
||||
IDEButtonCommand := RegisterIDEButtonCommand(IDECommand);
|
||||
if IDEButtonCommand=nil then ;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user