completion: Only mark in first column
This commit is contained in:
parent
5027930018
commit
69e972e275
@ -247,6 +247,7 @@ class CompletionItemDelegate(QStyledItemDelegate):
|
||||
""")
|
||||
doc.setDocumentMargin(0)
|
||||
|
||||
if index.column() == 0:
|
||||
marks = index.data(Qt.UserRole)
|
||||
for mark in marks:
|
||||
cur = QTextCursor(doc)
|
||||
|
Loading…
Reference in New Issue
Block a user