| Summary: | Scrolling works buggy after resizing okular window | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Vladimir Kuznetsov <ks.vladimir> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.6 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vladimir Kuznetsov
2008-01-13 16:06:57 UTC
Not sure, but it'd look like a Qt problem with scroll areas. Need to investigate. This happens with the vertical scrolling as well... SVN commit 761349 by pino: Backport: manually set the scrollbars range, so they are correct when the viewport is resized and the content widget has the same size. CCBUG: 155652 M +3 -0 pageview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=761349 SVN commit 761348 by pino: Manually set the scrollbars range, so they are correct when the viewport is resized and the content widget has the same size. BUG: 155652 M +3 -0 pageview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=761348 |