Make writing stats word calculation more intuitive
This commit is contained in:
@@ -514,6 +514,7 @@ class GuiWritingStats(QDialog):
|
||||
if hideZeros and dwTotal == 0:
|
||||
continue
|
||||
if hideNegative and dwTotal < 0:
|
||||
pcTotal = wcTotal
|
||||
continue
|
||||
|
||||
if isFirst:
|
||||
|
||||
Reference in New Issue
Block a user