mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +02:00
ide: remove a possibility to use a single frame class more than 1 time by assigning Name property to an empty string - this breaks help because help uses component name to prepare an url
git-svn-id: trunk@29522 -
This commit is contained in:
parent
684c623fc2
commit
ac062467ca
@ -443,7 +443,6 @@ begin
|
||||
for j := 0 to Rec^.Items.Count - 1 do
|
||||
begin
|
||||
Instance := Rec^.Items[j]^.EditorClass.Create(Self);
|
||||
Instance.Name := ''; // allow multiply use of the same frame in different groups
|
||||
Instance.OnLoadIDEOptions := @LoadIDEOptions;
|
||||
Instance.OnSaveIDEOptions := @SaveIDEOptions;
|
||||
Instance.Setup(Self);
|
||||
|
Loading…
Reference in New Issue
Block a user