mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-30 11:49:13 +02:00
IDE: less hints
git-svn-id: trunk@62793 -
This commit is contained in:
parent
0d54b95a55
commit
60317e70ff
@ -292,7 +292,7 @@ begin
|
||||
MacroListView.PanelWarnings.Visible := MacroListViewerWarningText <> '';
|
||||
end;
|
||||
|
||||
procedure DoMacroListViewerWarningChanged(ASender: TObject);
|
||||
procedure DoMacroListViewerWarningChanged({%H-}ASender: TObject);
|
||||
begin
|
||||
if MacroListView <> nil then begin
|
||||
MacroListView.LabelWarning.Caption := MacroListViewerWarningText;
|
||||
|
Loading…
Reference in New Issue
Block a user