Skip to content
Commit 900db615 authored by Stefan Brüns's avatar Stefan Brüns Committed by David Faure
Browse files

Avoid massive overdrawing with sequenceIndex != 0

Commit 8ed64be9 ("Enlarge image in folder preview when there's only
one image") made createSubThumbnail part of drawSubThumbnail. As a side
effect, when skipValidItems is > 0, the thumbnail is not only fetched
but also drawn in the top left position.

Split fetching and drawing again.

This is visible in the file dialogs (dolphin only uses sequenceIndex==0),
when hovering a directory with the mouse.
parent f1c90489
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment