Let the shared class handle project open/save/close and recreating the project instance
This commit is contained in:
@@ -443,7 +443,7 @@ class _FilterTab(QWidget):
|
||||
logger.debug("Building project tree")
|
||||
self._treeMap = {}
|
||||
self.optTree.clear()
|
||||
for nwItem in SHARED.project.getProjectItems():
|
||||
for nwItem in SHARED.project.iterProjectItems():
|
||||
|
||||
tHandle = nwItem.itemHandle
|
||||
pHandle = nwItem.itemParent
|
||||
|
||||
Reference in New Issue
Block a user