Add a button to the Project Open to remove listed projects, and clarify the dialog message

This commit is contained in:
Veronica K. B. Olsen
2021-02-02 22:06:02 +01:00
parent 6949481198
commit 4562a0130a
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ def testGuiLoadProject_Main(qtbot, monkeypatch, nwGUI, nwMinimal):
qtbot.wait(stepDelay)
nwLoad.show()
nwLoad._keyPressDelete()
nwLoad._doDeleteRecent()
assert nwLoad.listBox.topLevelItemCount() == recentCount - 1
getFile = os.path.join(nwMinimal, "nwProject.nwx")