mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-20 12:59:16 +02:00
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:
parent
a0c774c2a2
commit
a3235cd934
@ -145,6 +145,7 @@ begin
|
|||||||
if SameText(TreeView1.Selected.Text, ComponentPageControl.Page[i].Caption) then
|
if SameText(TreeView1.Selected.Text, ComponentPageControl.Page[i].Caption) then
|
||||||
begin
|
begin
|
||||||
ComponentPageControl.PageIndex:=i;
|
ComponentPageControl.PageIndex:=i;
|
||||||
|
ComponentPageControl.OnChange(Self);
|
||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
Close;
|
Close;
|
||||||
|
Loading…
Reference in New Issue
Block a user