IDE: Remove an exception from TComponentPalette.AssignOrigCompsForPage. Can be triggered in some strange cases.

git-svn-id: trunk@47128 -
This commit is contained in:
juha 2014-12-07 17:29:51 +00:00
parent df3f0370d6
commit f5a445a699

View File

@ -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;