fix #177 - prop type not selected when typing for a DUB prop

This commit is contained in:
Basile Burg 2017-08-08 05:38:11 +02:00
parent b671bfe40e
commit 66b51e8577
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ begin
fEdName.Items.Add(proposals[i].name);
fEdName.AutoComplete := true;
fEdName.OnChange := @setSelFromProposal;
fEdName.OnSelect:= @setSelFromProposal;
//
fBtnValidate := TBitBtn.Create(self);
fBtnValidate.Parent := layout;