Version: 0.13.1 (using KDE 3.0.3) Installed from: Mandrake Linux Cooker i586 - Cooker Compiler: gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) OS: Linux (i686) release 2.4.19-16mdk When you scroll down to the next page you can see the top of the prv page splashing for one time and then the top of the reached page This operation will be hidden and provided in one time.
*** Bug 58510 has been marked as a duplicate of this bug. ***
*** Bug 65262 has been marked as a duplicate of this bug. ***
Subject: kdegraphics/kghostview CVS commit by luis_pedro: Clear the page before drawing. This was a long-standing little annoyance. CCMAIL: 56199-close@bugs.kde.org M +1 -0 kpswidget.cpp 1.133 --- kdegraphics/kghostview/kpswidget.cpp #1.132:1.133 @@ -153,4 +153,5 @@ bool KPSWidget::nextPage() XSendEvent( x11Display(), _gsWindow, false, 0, &e ); XFlush( x11Display() ); + setErasePixmap( QPixmap() ); return true;