758550ea17
I think this may have accidentally been changed in the refactoring. If we discard self._rows, it will result in the entire table flashing "..." until the new data is available. Instead, we leave the cached rows alone, and just update the cutoff point, so we can serve stale content (avoiding any visible redraw) until the new data is available. I've updated search() to reset the rows there, so we free up memory on a new search. |
||
---|---|---|
.. | ||
aqt | ||
icons | ||
linux | ||
mac | ||
tests | ||
tools | ||
.isort.cfg | ||
.pylintrc | ||
bazelfixes.py | ||
BUILD.bazel | ||
dmypy-watch.sh | ||
mypy.ini | ||
README.md | ||
runanki.py |
Python's Qt GUI is in aqt/