Fix the docstring for the composite delegate.

This commit is contained in:
Charles Haley 2022-12-18 11:29:13 +00:00
parent 28b48b4cd2
commit 45275a4824

View File

@ -773,7 +773,7 @@ class CcTemplateDelegate(QStyledItemDelegate): # {{{
def __init__(self, parent):
'''
Delegate for custom_column bool data.
Delegate for composite custom_columns.
'''
QStyledItemDelegate.__init__(self, parent)
self.disallow_edit = gprefs['edit_metadata_templates_only_F2_on_booklist']