Improving sheet parsing
This commit is contained in:
parent
75b98676e2
commit
beb526a41a
2 changed files with 4 additions and 4 deletions
|
|
@ -96,7 +96,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
|
||||
var updateItems = SheetObject3D.SortAndLockUpdateItems(this, (item) =>
|
||||
{
|
||||
if (!SheetObject3D.HasExpressionWithString(item, "[index]", false))
|
||||
if (!SheetObject3D.HasExpressionWithString(item, "=", true))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue