mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -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 = {
|
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):
|
def __init__(self, namespace, rPr=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user