Summary: | Splashing top of pr. page when scrolling down | ||
---|---|---|---|
Product: | [Unmaintained] kghostview | Reporter: | Karp Vadim <karp1> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Karp Vadim
2003-03-21 08:12:08 UTC
*** 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; |