This commit is contained in:
Kovid Goyal 2014-05-28 14:02:26 +05:30
parent 251d5dc82d
commit 603e756cdc

View file

@ -333,6 +333,7 @@ def __init__(self, parent=None):
self.setToolTip = self.button.setToolTip
self.toolTip = self.button.toolTip
self.clear_button.setToolTip(_('Clear the font family'))
l.addStretch(1)
def clear_family(self):
self.font_family = None