Skip to content
  • Stefan Brüns's avatar
    Avoid massive overdrawing with sequenceIndex != 0 · 900db615
    Stefan Brüns authored and David Faure's avatar David Faure committed
    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.
    900db615