Add FIXME for CompletionItemDelegate
This commit is contained in:
parent
a9a4b2ac92
commit
66852aa736
@ -234,6 +234,10 @@ class _CompletionItemDelegate(QStyledItemDelegate):
|
||||
|
||||
"""
|
||||
|
||||
# FIXME this is horribly slow when resizing.
|
||||
# We should probably cache something in _get_textdoc or so, but as soon as
|
||||
# we implement eliding that cache probably isn't worth much anymore...
|
||||
|
||||
def __init__(self, parent=None):
|
||||
self._painter = None
|
||||
self._opt = None
|
||||
|
Loading…
Reference in New Issue
Block a user