mirror of https://gitlab.com/basile.b/dexed.git
completion, dont show a btn in task bar
This commit is contained in:
parent
d61cef1997
commit
f1b56c7480
|
@ -424,6 +424,7 @@ begin
|
|||
fCompletion.OnPaintItem:= @completionItemPaint;
|
||||
fCompletion.CaseSensitive:=false;
|
||||
fCompletion.LongLineHintType:=sclpNone;
|
||||
fCompletion.TheForm.ShowInTaskBar:=stNever;
|
||||
//
|
||||
MouseLinkColor.Style:= [fsUnderline];
|
||||
with MouseActions.Add do begin
|
||||
|
|
Loading…
Reference in New Issue