Thumbnails finishing

This commit is contained in:
Jakub Melka
2019-12-08 19:20:36 +01:00
parent 1be4aea954
commit 7bcbd512a8
6 changed files with 59 additions and 2 deletions

View File

@ -631,6 +631,8 @@ void PDFViewerMainWindow::updateUI(bool fullUpdate)
{
m_pageNumberSpinBox->setValue(currentPages.front() + 1);
}
m_sidebarWidget->setCurrentPages(currentPages);
}
m_pageZoomSpinBox->setValue(m_pdfWidget->getDrawWidgetProxy()->getZoom() * 100);