Fixed estimated cost

This commit is contained in:
Tyler Anderson 2016-07-25 18:30:35 -07:00
parent 7d35a765d6
commit 15f1c9efb6

View file

@ -596,6 +596,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
costTextWidget.Margin = new BorderDouble(0, 9, 0, 3);
estimatedCostInfo.AddChild(costTextWidget);
UpdateEstimatedCost();
return estimatedCostInfo;
}