mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
ide: don't focus edit field in view units dialog after listbox click
git-svn-id: trunk@20258 -
This commit is contained in:
parent
8f1edc879c
commit
c7d7fff1bc
@ -230,7 +230,6 @@ begin
|
||||
|
||||
if ListBox.ItemIndex <> -1 then
|
||||
Edit.Text := ListBox.Items[ListBox.ItemIndex];
|
||||
FocusEdit;
|
||||
|
||||
FBlockListBoxChange := false;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user