mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-05 19:20:38 +02:00
IDE: Remove an exception from TComponentPalette.AssignOrigCompsForPage. Can be triggered in some strange cases.
git-svn-id: trunk@47128 -
This commit is contained in:
parent
df3f0370d6
commit
f5a445a699
@ -929,7 +929,8 @@ begin
|
||||
DestComps.Assign(sl);
|
||||
end
|
||||
else
|
||||
raise Exception.Create(Format('AssignOrigCompsForPage: %s not found in cache.', [PageName]));
|
||||
DestComps.Clear;
|
||||
//raise Exception.Create(Format('AssignOrigCompsForPage: %s not found in cache.', [PageName]));
|
||||
end;
|
||||
|
||||
procedure TComponentPalette.AssignOrigVisibleCompsForPage(DestComps: TStringList;
|
||||
|
Loading…
Reference in New Issue
Block a user