parent
1b879faf84
commit
0f5391c4fa
@ -243,6 +243,9 @@ class CompletionView(QTreeView):
|
|||||||
self._resize_columns()
|
self._resize_columns()
|
||||||
|
|
||||||
def showEvent(self, e):
|
def showEvent(self, e):
|
||||||
"""Adjust the completion size when it's freshly shown."""
|
"""Adjust the completion size and scroll when it's freshly shown."""
|
||||||
self.resize_completion.emit()
|
self.resize_completion.emit()
|
||||||
|
scrollbar = self.verticalScrollBar()
|
||||||
|
if scrollbar is not None:
|
||||||
|
scrollbar.setValue(scrollbar.minimum())
|
||||||
super().showEvent(e)
|
super().showEvent(e)
|
||||||
|
Loading…
Reference in New Issue
Block a user