mirror of https://gitlab.com/basile.b/dexed.git
fix #404 - When completion menu is invoked, other popups should set hidden
This commit is contained in:
parent
0cd9f5b8aa
commit
aa7c00512c
|
@ -2769,6 +2769,8 @@ procedure TDexedMemo.completionExecute(sender: TObject);
|
||||||
begin
|
begin
|
||||||
if not fIsDSource and not alwaysAdvancedFeatures then
|
if not fIsDSource and not alwaysAdvancedFeatures then
|
||||||
exit;
|
exit;
|
||||||
|
hideDDocs;
|
||||||
|
hideCallTips;
|
||||||
fCompletion.TheForm.Font.Size := Font.Size;
|
fCompletion.TheForm.Font.Size := Font.Size;
|
||||||
fCompletion.TheForm.BackgroundColor:= self.Color;
|
fCompletion.TheForm.BackgroundColor:= self.Color;
|
||||||
fCompletion.TheForm.TextColor:= fD2Highlighter.identifiers.Foreground;
|
fCompletion.TheForm.TextColor:= fD2Highlighter.identifiers.Foreground;
|
||||||
|
|
Loading…
Reference in New Issue