mirror of https://gitlab.com/basile.b/dexed.git
completion mnu font size syncronized to editor font size
This commit is contained in:
parent
bdc7626b26
commit
a9f8fcd031
|
@ -250,6 +250,7 @@ end;
|
||||||
procedure TCEEditorWidget.completionExecute(Sender: TObject);
|
procedure TCEEditorWidget.completionExecute(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
getCompletionList;
|
getCompletionList;
|
||||||
|
completion.TheForm.Font.Size := fDoc.Font.Size;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEEditorWidget.completionCodeCompletion(var Value: string;
|
procedure TCEEditorWidget.completionCodeCompletion(var Value: string;
|
||||||
|
|
Loading…
Reference in New Issue