Packager: Update the whole package view at idle time instead of immediately.

git-svn-id: trunk@46118 -
This commit is contained in:
juha 2014-09-03 13:50:45 +00:00
parent 1c6af86404
commit 97c76539bf

View File

@ -1952,7 +1952,7 @@ begin
pefNeedUpdateButtons,
pefNeedUpdateApplyDependencyButton,
pefNeedUpdateStatusBar];
UpdatePending;
IdleConnected:=true;
end;
function TPackageEditorForm.ShowAddDialog(var DlgPage: TAddToPkgType): TModalResult;