summaryrefslogtreecommitdiff
path: root/libview/ev-pixbuf-cache.c
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-27 11:37:43 +0100
committerraveit65 <[email protected]>2019-12-08 19:13:58 +0100
commit28e0f6ae87ecb9400c0b2b026b708ed99202458c (patch)
tree682fff723fe4fe5b45025a911b0d2732cdfe9170 /libview/ev-pixbuf-cache.c
parent6b516130aac52b729ecf6ad0b91d5a84ab46ab7c (diff)
downloadatril-28e0f6ae87ecb9400c0b2b026b708ed99202458c.tar.bz2
atril-28e0f6ae87ecb9400c0b2b026b708ed99202458c.tar.xz
Revert "First page should not reloaded"
This reverts commit 00fad2c0d0fcdade570a08f046e85a4558f1fc0c. and fixes https://github.com/mate-desktop/atril/issues/404
Diffstat (limited to 'libview/ev-pixbuf-cache.c')
-rw-r--r--libview/ev-pixbuf-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/ev-pixbuf-cache.c b/libview/ev-pixbuf-cache.c
index 3f226041..1b158265 100644
--- a/libview/ev-pixbuf-cache.c
+++ b/libview/ev-pixbuf-cache.c
@@ -101,7 +101,7 @@ static gboolean new_selection_surface_needed(EvPixbufCache *pixbuf_cac
#define PAGE_CACHE_LEN(pixbuf_cache) \
(pixbuf_cache->start_page>=0?((pixbuf_cache->end_page - pixbuf_cache->start_page) + 1):0)
-#define MAX_PRELOADED_PAGES 20
+#define MAX_PRELOADED_PAGES 3
G_DEFINE_TYPE (EvPixbufCache, ev_pixbuf_cache, G_TYPE_OBJECT)