IDE: Fix not showing any components on the palette, when selecting a page from the dropdownlist. Issue #0030904.

git-svn-id: trunk@53345 -
This commit is contained in:
bart 2016-11-11 16:52:13 +00:00
parent a0c774c2a2
commit a3235cd934

View File

@ -145,6 +145,7 @@ begin
if SameText(TreeView1.Selected.Text, ComponentPageControl.Page[i].Caption) then
begin
ComponentPageControl.PageIndex:=i;
ComponentPageControl.OnChange(Self);
Break;
end;
Close;