Skip to content

Commit

Permalink
Merge pull request #14 from jazzido/fix-rotation
Browse files Browse the repository at this point in the history
Fix Rotation
  • Loading branch information
jviereck committed Aug 14, 2014
2 parents cb98635 + 3fe1dd3 commit 0cca31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdfListView.js
Expand Up @@ -455,7 +455,7 @@ function PageView(page, listView) {
this.id = idCounter++;
this.number = this.page.number;

this.rotation = 0;
this.rotation = page.pdfPage.rotate;

this.isRendered = false;
this.renderState = RenderingStates.INITIAL;
Expand Down

0 comments on commit 0cca31b

Please sign in to comment.