From aa7c00512cd764f8b2361ce79c569c85781df727 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 14 Jan 2019 04:33:29 +0100 Subject: [PATCH] fix #404 - When completion menu is invoked, other popups should set hidden --- src/u_synmemo.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/u_synmemo.pas b/src/u_synmemo.pas index c398742e..00b3bbd9 100644 --- a/src/u_synmemo.pas +++ b/src/u_synmemo.pas @@ -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;