use editor font in completion

This commit is contained in:
Basile Burg 2017-11-17 07:26:10 +01:00
parent ea634ae88f
commit 5530939a8e
1 changed files with 1 additions and 0 deletions

View File

@ -689,6 +689,7 @@ begin
if not fResetFontSize then
anEditor.Font.Size := savedSize;
anEditor.completionMenu.TheForm.Font.Assign(font);
anEditor.autoCloseCurlyBrace := fAutoCloseCurlyBrace;
anEditor.autoClosedPairs := fAutoClosedPairs;
anEditor.completionMenu.TheForm.Width := fCompletionMenuWidth;