Skip to content

Commit

Permalink
Fix Importer Specification Editor window layout (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol authored Mar 15, 2024
1 parent 63c84ad commit 8d6bfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spine_items/importer/widgets/import_editor_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def __init__(self, toolbox, specification, item=None, source=None, source_extras
source_extras (dict, optional): Additional source settings such as database schema
"""
super().__init__(toolbox, specification, item)
self.takeCentralWidget().deleteLater()
self._source = source if source else self._FILE_LESS
self._source_extras = source_extras if source_extras is not None else {}
self._mappings_model = MappingsModel(self._undo_stack, self)
Expand Down

0 comments on commit 8d6bfe9

Please sign in to comment.