mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 22:37:28 +02:00
use EnsureVisible to show collection property editor (bug #7398)
git-svn-id: trunk@10215 -
This commit is contained in:
parent
3e30ff60cb
commit
a51b2a96e2
@ -3663,7 +3663,7 @@ begin
|
||||
If CollectionForm=nil then
|
||||
CollectionForm := TCollectionPropertyEditorForm.Create(Application);
|
||||
CollectionForm.SetCollection(TheCollection,GetComponent(0),GetName);
|
||||
CollectionForm.Show;
|
||||
CollectionForm.EnsureVisible;
|
||||
end;
|
||||
|
||||
{ TClassPropertyEditor }
|
||||
|
Loading…
Reference in New Issue
Block a user