Skip to content

BUG: Discrete Item's Active children will sometimes not display

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

There were 2 issues:

  1. The check to see if the item's value would be changed did not take into consideration whether the value was actually set
  2. When the value wasn't changed but was valid, the routine was returning false which caused the discrete editor not to render the active children.

Merge request reports