When viewing a PDF in the "Fit Page" zoom mode and with "Continuous" disabled, resizing the page by resizing the window renders text illegible due to what appears to be the existing rasterization getting scaled down naively and the rasterization never being updates for the new page size. This does not happen with "Continuous" enabled; in continous mode the rasterization gets updated after a short delay.
SVN commit 1225158 by aacid: resizeEvent needs to call requestPixmaps too, not only relayoutPages BUG: 266994 M +14 -9 pageview.cpp M +3 -1 pageview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1225158
Works fine in both continuous and non-continuous modes now, have backported.