| Summary: | Ability to configure Okular so the fullscreen mode has a zoom not in sync with that of the windowed mode | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Euan MacGregor <e.r.macgregor> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | adrian, julien.t43+kde |
| Priority: | NOR | ||
| Version First Reported In: | 0.15.2 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Euan MacGregor
2004-04-14 22:53:40 UTC
CVS commit by luis_pedro: Backport fix for 79663 [the zoom issue is still pending, however] CCMAIL: 79663@bugs.kde.org M +2 -7 kgv_view.cpp 1.172.2.4 --- kdegraphics/kghostview/kgv_view.cpp #1.172.2.3:1.172.2.4 @@ -965,11 +965,6 @@ void KGVRun::foundMimeType( const QStrin void KGVPart::updateFullScreen( bool fs ) { - if ( fs ) { - _markList->hide(); - _scrollBox->hide(); - } else { - _markList->show(); - _scrollBox->show(); - } + if ( fs ) showMarkList( false ); + else showMarkList( _showPageList->isChecked() ); } zooming: still a bug in KDE 3.5.10 I don't know if this bug is still relevant, but I don't agree. When changing display mode (or changing image), I had prefer keeping same zoom level. Maybe a good choice would be to have an option about this behavior. This wish still applies to Okular, and I agree with Julien: if this is ever implemented, it should be optional. |