fix error when unsetting browser appearance
This commit is contained in:
parent
012d63f882
commit
9902e21cba
@ -464,8 +464,9 @@ adjust the template manually to switch the question and answer."""))
|
|||||||
t['bfont'] = f.font.currentFont().family()
|
t['bfont'] = f.font.currentFont().family()
|
||||||
t['bsize'] = f.fontSize.value()
|
t['bsize'] = f.fontSize.value()
|
||||||
else:
|
else:
|
||||||
del t['bfont']
|
for key in ("bfont", "bsize"):
|
||||||
del t['bsize']
|
if key in t:
|
||||||
|
del t[key]
|
||||||
|
|
||||||
def onTargetDeck(self):
|
def onTargetDeck(self):
|
||||||
from aqt.tagedit import TagEdit
|
from aqt.tagedit import TagEdit
|
||||||
|
Loading…
Reference in New Issue
Block a user