diff --git a/ui/pageview.cpp b/ui/pageview.cpp index 689c9ec4f..811a169fd 100644 --- a/ui/pageview.cpp +++ b/ui/pageview.cpp @@ -4192,7 +4192,7 @@ void PageView::slotRequestVisiblePixmaps( int newValue ) const int headRequest = d->visibleItems.first()->pageNumber() - j; if ( headRequest >= 0 ) { - slotRequestPreloadPixmap( d->items[ tailRequest ], expandedViewportRect, &requestedPixmaps ); + slotRequestPreloadPixmap( d->items[ headRequest ], expandedViewportRect, &requestedPixmaps ); } // stop if we've already reached both ends of the document