Let the shared class handle focus mode change to disconnect editor header from main GUI

This commit is contained in:
Veronica Berglyd Olsen
2024-03-17 15:21:42 +01:00
parent b156eee209
commit 8afe3ed039
4 changed files with 49 additions and 34 deletions
+1 -1
View File
@@ -574,7 +574,7 @@ def testGuiMain_Editing(qtbot, monkeypatch, nwGUI, projPath, tstPaths, mockRnd):
def testGuiMain_Features(qtbot, nwGUI, projPath, mockRnd):
"""Test various features of the main window."""
buildTestProject(nwGUI, projPath)
assert nwGUI.isFocusMode is False
assert SHARED.focusMode is False
# Focus Mode
# ==========