Shuffle around private slots in main GUI

This commit is contained in:
Veronica Berglyd Olsen
2024-06-18 22:39:33 +02:00
parent cb3a24bcd2
commit f7d0adad1b
5 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def testGuiNovelTree_TreeItems(qtbot, monkeypatch, nwGUI, projPath, mockRnd):
buildTestProject(nwGUI, projPath)
nwGUI.switchFocus(nwWidget.TREE)
nwGUI._switchFocus(nwWidget.TREE)
nwGUI.projView.projTree.clearSelection()
nwGUI.projView.projTree._getTreeItem(C.hCharRoot).setSelected(True)
nwGUI.projView.projTree.newTreeItem(nwItemType.FILE)