Merge pull request from gigaherz/fix-zoom-on-rotate

Refresh the zoom settings after rotating the pages
This commit is contained in:
Brendan Dahl 2012-09-10 09:40:22 -07:00
commit cc616dd34e

@ -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();