more generic public property editor
This commit is contained in:
parent
5efa5c1f41
commit
393f3b9e9c
4 changed files with 27 additions and 5 deletions
|
|
@ -172,7 +172,8 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
for (int i=0; i<SurfacedEditors.Count; i++)
|
||||
{
|
||||
var (cellId, cellData) = this.DecodeContent(i);
|
||||
if (cellData.StartsWith("="))
|
||||
if (cellData != null
|
||||
&& cellData.StartsWith("="))
|
||||
{
|
||||
var expression = new DoubleOrExpression(cellData);
|
||||
var controledSheet = ControledSheet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue