mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:29:21 +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
|
if ListBox.ItemIndex <> -1 then
|
||||||
Edit.Text := ListBox.Items[ListBox.ItemIndex];
|
Edit.Text := ListBox.Items[ListBox.ItemIndex];
|
||||||
FocusEdit;
|
|
||||||
|
|
||||||
FBlockListBoxChange := false;
|
FBlockListBoxChange := false;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user