32fa1ff1e9
When tabbing to the last index of history completion, call expandAll which will call fetchMore to retrieve more query results, if available. Calling fetchMore directly will not update the view, and for some reason self.expand(idx.parent()) and self.expand(self.model().index(idx.row(), 0)) did not work, so I'm using expandAll. Fixes #2841. |
||
---|---|---|
.. | ||
browser | ||
commands | ||
completion | ||
config | ||
javascript | ||
keyinput | ||
mainwindow | ||
misc | ||
scripts | ||
utils | ||
test_app.py |