Skip to content

BUG: Fixing Expression Issue

Robert M. O'Bara requested to merge bob.obara/smtk:fixingExpressions into master

When setting the value of an item which was previously set to be an expression, calling item->isExpression() would still return true.

Merge request reports