Bug 56199 - Splashing top of pr. page when scrolling down
Summary: Splashing top of pr. page when scrolling down
Status: RESOLVED FIXED
Alias: None
Product: kghostview
Classification: Applications
Component: general (show other bugs)
Version: 0.13.1
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Wilco Greven
URL:
Keywords:
: 58510 65262 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-21 08:12 UTC by Karp Vadim
Modified: 2003-10-06 09:58 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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;