mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
EditorMacro-Viewer: fix showing items when viewer is first opened.
(cherry picked from commit 0197574bfd
)
This commit is contained in:
parent
93b8dc38f4
commit
4ff7d8564d
@ -1600,6 +1600,8 @@ begin
|
|||||||
OpenDialog1.Title := lisLoadMacroFrom;
|
OpenDialog1.Title := lisLoadMacroFrom;
|
||||||
mnImport.Caption := lisDlgImport;
|
mnImport.Caption := lisDlgImport;
|
||||||
mnExport.Caption := lisDlgExport;
|
mnExport.Caption := lisDlgExport;
|
||||||
|
|
||||||
|
UpdateDisplay;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TEditorMacroList }
|
{ TEditorMacroList }
|
||||||
|
Loading…
Reference in New Issue
Block a user