Add tooltip to active status icons and update build tool

This commit is contained in:
Veronica Berglyd Olsen
2022-10-20 22:37:42 +02:00
parent 6b16b7c3b7
commit 871cef8af9
3 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ def testGuiProjTree_ContextMenu(qtbot, monkeypatch, nwGUI, fncDir, mockRnd):
# Trigger the dedicated functions the menu entries connect to
nwItem = projTree.theProject.tree[hNovelNote]
# Toggle exported flag
# Toggle active flag
assert nwItem.isActive is True
projTree._toggleItemActive(hNovelNote)
assert nwItem.isActive is False