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