mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 03:49:28 +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;
|
||||
mnImport.Caption := lisDlgImport;
|
||||
mnExport.Caption := lisDlgExport;
|
||||
|
||||
UpdateDisplay;
|
||||
end;
|
||||
|
||||
{ TEditorMacroList }
|
||||
|
Loading…
Reference in New Issue
Block a user