Merge pull request #36 from digital-gnome/montagereview-ordering

MontageReview ordering
This commit is contained in:
Isaac Connor 2017-10-15 15:23:40 -04:00 committed by GitHub
commit 005190ab44
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,7 @@ function maxfit2(divW, divH) {
var borders=-1;
monitorPtr.sort(compSize);
//monitorPtr.sort(compSize); //Sorts monitors by size in viewport. If enabled makes captions not line up with graphs.
while(1) {
if( maxScale - minScale < 0.01 ) break;