mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 06:08:17 +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
|
||||
begin
|
||||
ComponentPageControl.PageIndex:=i;
|
||||
ComponentPageControl.OnChange(Self);
|
||||
Break;
|
||||
end;
|
||||
Close;
|
||||
|
Loading…
Reference in New Issue
Block a user