mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 14:37:14 -05:00
If the switch triggers heavy GUI action, like a lot of paint()s, the concurrently running switch animation may look choppy. A small timer makes these events execute first and the animation will run smoothly afterwards when the event queue has been drained. |
||
|---|---|---|
| .. | ||
| 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/