commit | 184424ae40c332da12f871298d303ee01dd8c11a | [log] [tgz] |
---|---|---|
author | Timm Bäder <mail@baedert.org> | Tue May 21 19:09:18 2019 +0200 |
committer | Timm Bäder <mail@baedert.org> | Tue May 21 19:09:18 2019 +0200 |
tree | 064a32e1f09ef448f059e37ca9537c199b5c4bf1 | |
parent | 9711c2ad4510c7ef29fd65bb8d7922c8af12722e [diff] |
treeview: Remove the pixel cache This has caused numerous issues for users, especially in the filechooser, which have not been fixed in all the years since the pixel cache has been introduced. If anyone seriously has complaints about the treeview performance (and those did not exist with the pixel cache), feel free to revert this commit *and* fix the pixel cache issues. Closes #503 Closes #1691 Closes #466