| Summary: | Page number not displayed when re-opening PDF files | ||
|---|---|---|---|
| Product: | [Unmaintained] kpdf | Reporter: | venson <satishvc> |
| Component: | general | Assignee: | Albert Astals Cid <aacid> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
venson
2005-08-04 13:49:58 UTC
I found a similar problem. Example: Open a pdf file in kpdf Scroll to the very top of the file Turn on "Watch file" Goto the command-line and do "touch filename.pdf" The page number (e.g. "1 / 4") should be updated correctly Do the above again, but scroll the page down slightly. When you touch the file again, the page number should blank out (e.g. " / 4") Scrolling to a new page will update it SVN commit 453550 by aacid: Fix bug 110171 BUGS: 110171 M +0 -1 minibar.cpp --- branches/KDE/3.5/kdegraphics/kpdf/ui/minibar.cpp #453549:453550 @@ -163,7 +163,6 @@ m_nextButton->setFixedHeight( fixedHeight ); // update child widgets - m_pagesEdit->setText( "" ); m_pagesEdit->setPagesNumber( pages ); m_pagesButton->setText( QString::number( pages ) ); m_prevButton->setEnabled( false ); |