The basic functionality of the novel tree view is now in place

This commit is contained in:
Veronica K. B. Olsen
2020-12-20 16:27:42 +01:00
parent d4b26025ed
commit 1d12014399
4 changed files with 155 additions and 15 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class GuiProjectSettings(PagedDialog):
self.theProject.setImportColours(importCol)
if self.tabStatus.colChanged or self.tabImport.colChanged:
self.theParent.rebuildTree()
self.theParent.rebuildTrees()
if self.tabReplace.arChanged:
newList = self.tabReplace.getNewList()