Skip to content

Commit

Permalink
Fix landscape scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 committed Nov 3, 2014
1 parent 34563ad commit 20f7b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Expand Up @@ -1133,8 +1133,8 @@ function quit(){
}
else if($sizes[0]<=$scanner_w&&$sizes[1]<=$scanner_h&&$sizes[1]<=$scanner_w&&$sizes[0]<=$scanner_h){// fits both ways
if($ORNT!="vert"){
$SIZE_X=$sizes[0];
$SIZE_Y=$sizes[1];
$SIZE_X=$sizes[1];
$SIZE_Y=$sizes[0];
}
else{
$SIZE_X=$sizes[0];
Expand Down

0 comments on commit 20f7b8b

Please sign in to comment.