Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7.0, 6.7.2
-
None
Description
Load a one page PDF and set
ui.pdfView->setPageMode(QPdfView::PageMode::MultiPage);
ui.pdfView->setZoomMode(QPdfView::ZoomMode::FitToWidth);
then resize the parent window slowly just enough so that both scrollbars disappear. In that moment the app freezes. Interrupting with the debugger, it looks like it is looping while computing scroll bar layout.