ide: don't focus edit field in view units dialog after listbox click

git-svn-id: trunk@20258 -
This commit is contained in:
paul 2009-05-27 09:01:44 +00:00
parent 8f1edc879c
commit c7d7fff1bc

View File

@ -230,7 +230,6 @@ begin
if ListBox.ItemIndex <> -1 then
Edit.Text := ListBox.Items[ListBox.ItemIndex];
FocusEdit;
FBlockListBoxChange := false;
end;