Bug 56199

Summary: Splashing top of pr. page when scrolling down
Product: [Applications] kghostview Reporter: Karp Vadim <karp1>
Component: generalAssignee: Wilco Greven <greven>
Status: RESOLVED FIXED    
Severity: wishlist CC: chris+kde, luis, npietran
Priority: NOR    
Version: 0.13.1   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Karp Vadim 2003-03-21 08:12:08 UTC
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.
Comment 1 Luís Pedro Coelho 2003-09-18 04:07:11 UTC
*** Bug 58510 has been marked as a duplicate of this bug. ***
Comment 2 Luís Pedro Coelho 2003-10-06 09:01:57 UTC
*** Bug 65262 has been marked as a duplicate of this bug. ***
Comment 3 Luís Pedro Coelho 2003-10-06 09:58:57 UTC
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;