Skip to content

BUG: Calling updateItemData causes GroupItem Enable State Change

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

The problem was setting the checkbox without disabling signals. Even though the value was corect - the toggle signal seemed to be sending the wrong value. Disabling the signal before setting the widget checkbox corrected the issue.

Closes #388 (closed)

Merge request reports