|
@@ -213,7 +213,7 @@ uses
|
|
|
ConstUnit, MD5Unit, sdIDTree, sdDB, mProgressFrm, ConditionalDefines,
|
|
|
ProjectCommands, ProjectProperty, CheckerMemoFrm, BillsMeasureDm,
|
|
|
ProgressHintFrm, mProgressProFrm, ReportManagerFrm, BillsCompileDm,
|
|
|
- ScFileArchiverConsts;
|
|
|
+ ScFileArchiverConsts, Math;
|
|
|
|
|
|
{$R *.dfm}
|
|
|
|
|
@@ -1473,6 +1473,7 @@ begin
|
|
|
BillsMeasureFrame.ShowDesignQuantity := FProjectData.ProjProperties.ShowDesignQuantity;
|
|
|
BillsMeasureFrame.ShowAlias := FProjectData.ProjProperties.ShowAlias;
|
|
|
BillsGatherFrame.ShowPriceChange := FProjectData.ProjProperties.ShowPriceChange;
|
|
|
+ BillsGatherFrame.zgGclBills.Invalidate;
|
|
|
end;
|
|
|
|
|
|
procedure TProjectFrame.RefreshProjectState;
|