improving expression field
This commit is contained in:
parent
24a91354a0
commit
480566ff9d
3 changed files with 34 additions and 10 deletions
|
|
@ -214,7 +214,10 @@ namespace MatterHackers.Plugins.EditorTools
|
|||
}
|
||||
}
|
||||
|
||||
InitialState.Matrix = selectedItem.Matrix;
|
||||
if (selectedItem != null)
|
||||
{
|
||||
InitialState.Matrix = selectedItem.Matrix;
|
||||
}
|
||||
|
||||
FinalState = new ScaleStates(InitialState);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue