Simplify how the project tree is populated

This commit is contained in:
Veronica Berglyd Olsen
2024-07-25 20:47:14 +02:00
parent 06aa2e6c07
commit 33497bc92d
4 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ def buildTestProject(obj: object, projPath: Path) -> None:
project._valid = True
if nwGUI is not None:
nwGUI.rebuildTrees()
nwGUI.projView.populateTree()
return