IDE: remove a call to Application.ProcessMessages in TComponentPalette.CreateButtons. Not needed any more.

git-svn-id: trunk@47083 -
This commit is contained in:
juha 2014-12-04 10:18:42 +00:00
parent 7ff40bae71
commit 4de7814bed

View File

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