Skip to content

Fix a crash when renaming a model entity.

David Thompson requested to merge dcthomp/smtk:fix-rename-crash into master

Do not invoke closeEditor from within an item's delegate.

Note that this changes the behavior of the tab key to be unintuitive. However, I don't see a way to fix that cleanly without a lot more work (and/or a better understanding of Qt's MVC classes).

Merge request reports