Merge branch 'main' into dev

This commit is contained in:
Veronica K. B. Olsen
2021-02-09 20:54:31 +01:00
2 changed files with 228 additions and 29 deletions
+1
View File
@@ -514,6 +514,7 @@ class GuiWritingStats(QDialog):
if hideZeros and dwTotal == 0:
continue
if hideNegative and dwTotal < 0:
pcTotal = wcTotal
continue
if isFirst: