Disable animation for completion view
This commit is contained in:
parent
c3e6222296
commit
1015badb8b
@ -124,6 +124,7 @@ class CompletionView(QTreeView):
|
||||
self.setIndentation(0)
|
||||
self.setItemsExpandable(False)
|
||||
self.setExpandsOnDoubleClick(False)
|
||||
self.setAnimated(False)
|
||||
self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff)
|
||||
# WORKAROUND
|
||||
# This is a workaround for weird race conditions with invalid
|
||||
|
Loading…
Reference in New Issue
Block a user