mirror of https://gitlab.com/basile.b/dexed.git
use editor font in completion
This commit is contained in:
parent
ea634ae88f
commit
5530939a8e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue