fix #404 - When completion menu is invoked, other popups should set hidden

This commit is contained in:
Basile Burg 2019-01-14 04:33:29 +01:00
parent 0cd9f5b8aa
commit aa7c00512c
1 changed files with 2 additions and 0 deletions

View File

@ -2769,6 +2769,8 @@ procedure TDexedMemo.completionExecute(sender: TObject);
begin
if not fIsDSource and not alwaysAdvancedFeatures then
exit;
hideDDocs;
hideCallTips;
fCompletion.TheForm.Font.Size := Font.Size;
fCompletion.TheForm.BackgroundColor:= self.Color;
fCompletion.TheForm.TextColor:= fD2Highlighter.identifiers.Foreground;