Skip to content

Fixes crash in thumb view #189

Andrew Consroe requested to merge aconz2/eog:fix/issue-189-thumb-view into master

Related to issue #189 (closed)

Adds a field indices_changed in thumb view to accomplish:

  1. Maintain the invariant that start_thumb <= end_thumb even when a large number of deletions are processed before the other cb can update the range
  2. Do refresh the thumbnails when files are deleted or added even if the indices look like they haven't changed

First commits to this project so let me know if you'd like something in a different format.

Merge request reports