Skip to content

Fix a problem with the Qt component-item widget.

David Thompson requested to merge dcthomp/smtk:fix-first-bug into master

Adding a source to the component item is not allowed since that will cause the root phrase to be populated with the source's components before the parent class (qtReferenceItem) has a chance to set the decorator.

Merge request reports