https://bugs.kde.org/show_bug.cgi?id=432007
David Hurka <david.hu...@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INTENTIONAL Status|REPORTED |RESOLVED --- Comment #1 from David Hurka <david.hu...@mailbox.org> --- I think it should be this way. The scrollbar is part of the QAbstractScrollArea, and Okular just places pages in the viewport of QAbstractScrollArea. In non-continuous mode, the viewport contains only one page. If that page fits on the screen, the scrollbar can not scroll anything, so Qt hides it. If Okular shows another scrollbar in that case, that would visually imply the viewport is scrollable, which is not the case. That would be a weird user interface. I don’t think we need another way to show the current position in the current document. We already have the page par/widget, and the thumbnails bar. The page widget is scrollable with the mouse wheel. -- You are receiving this mail because: You are watching all bug changes.