mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 01:57:16 +01:00
IDE: view unit dialog: make sure the selected item is visible from Dominique Louis (bug #11017)
git-svn-id: trunk@14712 -
This commit is contained in:
parent
18edbe16d8
commit
cb6d60d9cf
@ -206,6 +206,7 @@ var
|
||||
begin
|
||||
Index := SearchItem(ListBox.Items, Edit.Text);
|
||||
ListBox.ItemIndex := Index;
|
||||
ListBox.MakeCurrentVisible;
|
||||
|
||||
if ListBox.MultiSelect then
|
||||
begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user