mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
dstrike is not a toggle property
This commit is contained in:
parent
89a47b2ddf
commit
a1fb9149f0
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user