Skip to content

BUG: Fix issues when deleting values in extensible input items

Robert M. O'Bara requested to merge bob.obara/smtk:fixingExtensibleCrash into master
  • Deleting values would cause strange behavior such as not creating new entries after something was deleted and in some cases crashing the program
  • Solution is to redraw the input widget when deleting a value
  • Also added FixWidth option to string input items (so they behave like int and double input items)

Merge request reports