Merge pull request #1187 from unlimitedbacon/density
Fixed estimated cost
This commit is contained in:
commit
dc7de12e69
1 changed files with 2 additions and 0 deletions
|
|
@ -596,6 +596,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
costTextWidget.Margin = new BorderDouble(0, 9, 0, 3);
|
||||
estimatedCostInfo.AddChild(costTextWidget);
|
||||
|
||||
UpdateEstimatedCost();
|
||||
|
||||
return estimatedCostInfo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue