Display the pageSize of the *currently* active page in the document properties dialog

This commit is contained in:
Jonas Jenwald 2018-03-17 18:50:34 +01:00
parent adeaefedae
commit 51ddcd6380
2 changed files with 17 additions and 4 deletions

View file

@ -429,7 +429,7 @@ let PDFViewerApplication = {
this.pdfDocumentProperties =
new PDFDocumentProperties(appConfig.documentProperties,
this.overlayManager, this.l10n);
this.overlayManager, eventBus, this.l10n);
this.pdfCursorTools = new PDFCursorTools({
container,