Browse Source

Refresh the zoom settings after rotating the pages also for non-fullscreen, using the current value of the scale.

gigaherz 13 years ago
parent
commit
3e20fe2355
  1. 4
      web/viewer.js

4
web/viewer.js

@ -1201,9 +1201,7 @@ var PDFView = { @@ -1201,9 +1201,7 @@ var PDFView = {
var currentPage = this.pages[this.page - 1];
if (this.isFullscreen) {
this.parseScale('page-fit', true);
}
this.parseScale(this.currentScaleValue, true);
this.renderHighestPriority();

Loading…
Cancel
Save