Make writing stats word calculation more intuitive

This commit is contained in:
Veronica K. B. Olsen
2021-02-09 19:57:14 +01:00
parent 2e94104ff8
commit 09e521c2c2
+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: