dstrike is not a toggle property

This commit is contained in:
Kovid Goyal 2016-02-22 13:26:12 +05:30
parent 89a47b2ddf
commit a1fb9149f0

View File

@ -156,7 +156,7 @@ class RunStyle(object):
}
toggle_properties = {
'b', 'bCs', 'caps', 'emboss', 'i', 'iCs', 'imprint', 'shadow', 'smallCaps', 'strike', 'dstrike', 'vanish',
'b', 'bCs', 'caps', 'emboss', 'i', 'iCs', 'imprint', 'shadow', 'smallCaps', 'strike', 'vanish',
}
def __init__(self, namespace, rPr=None):