Roo/dialog/UploadCropbox.js
[roojs1] / Roo / dialog / UploadCropbox.js
index 335dd6a..47db09a 100644 (file)
@@ -589,8 +589,8 @@ Roo.extend(Roo.dialog.UploadCropbox, Roo.Component,  {
 
         console.log("IMAGE WIDTH: " + width);
         console.log("IMAGE HEIGHT: " + height);
-        console.log("WINDOW WIDTH: " + this.thumbEl.getWidth() / Math.pow(1.02, this.scale) / minScale );
-        console.log("WINDOW HEIGHT: " + this.thumbEl.getHeight() / Math.pow(1.02, this.scale) / minScale);
+        console.log("WINDOW WIDTH: " + this.thumbEl.getWidth() / this.getScaleLevel());
+        console.log("WINDOW HEIGHT: " + this.thumbEl.getHeight() / this.getScaleLevel());
  
         var maxWidth = this.imageEl.OriginWidth;
         var maxHeight = this.imageEl.OriginHeight;