Skip to content

Fix a crash in CMB when "close model" operator runs.

David Thompson requested to merge dcthomp/smtk:fix-close-model into master

@haocheng.liu discovered this issue with the default operator-view's "Apply" button. When the last model in a session is closed, the session is closed and the operator view's UI is yanked out from underneath the view.

Merge request reports