mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 23:10:16 +02:00
IDE: remove a call to Application.ProcessMessages in TComponentPalette.CreateButtons. Not needed any more.
git-svn-id: trunk@47083 -
This commit is contained in:
parent
7ff40bae71
commit
4de7814bed
@ -1104,9 +1104,6 @@ begin
|
||||
Comp := FindComponent(aCompNames[i]) as TPkgComponent;
|
||||
CreateOrDelButton(Comp, Format('%d_%d_',[aPageIndex,i]), ScrollBox);
|
||||
end;
|
||||
{$IFNDEF DisableCompPaletteProcMsg}
|
||||
Application.ProcessMessages; // ScrollBox.ControlCount of tabs are not updated without this.
|
||||
{$ENDIF}
|
||||
ReAlignButtons(Pg.PageComponent);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user