integrating offline changes
This commit is contained in:
parent
121623bad3
commit
3f8eeda65b
125 changed files with 5442 additions and 5434 deletions
|
|
@ -94,7 +94,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
using (RebuildLock())
|
||||
{
|
||||
Temperature = agg_basics.Clamp(Temperature, 140, 400, ref valuesChanged);
|
||||
Temperature = Util.Clamp(Temperature, 140, 400, ref valuesChanged);
|
||||
|
||||
using (new CenterAndHeightMaintainer(this))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue