This commit is contained in:
Kovid Goyal 2020-01-23 07:35:24 +05:30
parent 5b19e550e3
commit c32eb74658
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -545,7 +545,7 @@ class Delegate(QStyledItemDelegate): # {{{
prepare_string_for_xml(shortcut['name']), _('Shortcuts'), prepare_string_for_xml(keys))
else:
# Group
html = '<h3>%s</h3>'%data.data
html = data.data
doc = QTextDocument()
doc.setHtml(html)
return doc