Restore build preview scroll bar after update (#1837)

This commit is contained in:
Veronica Berglyd Olsen
2024-05-01 22:10:54 +02:00
parent ceec43db67
commit cfb19a697a
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ def testManuscript_Features(monkeypatch, qtbot, nwGUI, projPath, mockRnd):
assert manus.docPreview.document().defaultTextOption().alignment() == QtAlignAbsolute
# Tests are too fast to trigger this one, so we trigger it manually to ensure it isn't failing
manus.docPreview._hideProgress()
manus.docPreview._postUpdate()
# Builds
# ======