mirror of https://gitlab.com/basile.b/dexed.git
fix #177 - prop type not selected when typing for a DUB prop
This commit is contained in:
parent
b671bfe40e
commit
66b51e8577
|
@ -170,6 +170,7 @@ begin
|
||||||
fEdName.Items.Add(proposals[i].name);
|
fEdName.Items.Add(proposals[i].name);
|
||||||
fEdName.AutoComplete := true;
|
fEdName.AutoComplete := true;
|
||||||
fEdName.OnChange := @setSelFromProposal;
|
fEdName.OnChange := @setSelFromProposal;
|
||||||
|
fEdName.OnSelect:= @setSelFromProposal;
|
||||||
//
|
//
|
||||||
fBtnValidate := TBitBtn.Create(self);
|
fBtnValidate := TBitBtn.Create(self);
|
||||||
fBtnValidate.Parent := layout;
|
fBtnValidate.Parent := layout;
|
||||||
|
|
Loading…
Reference in New Issue