roojs-core.js
[roojs1] / roojs-ui-debug.js
index c8f369c..d931fdd 100644 (file)
@@ -13857,7 +13857,7 @@ Roo.extend(Roo.Resizable, Roo.util.Observable, {
                     case "southeast":
                     case "east":
                         h = oh * (w/ow);
-                        h = Math.min(Math.max(mh, h), mxh);
+                        h = Math.max(Math.max(mh, h), mxh);
                         w = ow * (h/oh);
                        break;
                     case "south":