Roo/Resizable.js
[roojs1] / Roo / Resizable.js
index 9bbb7b0..25dd20f 100644 (file)
@@ -506,7 +506,7 @@ Roo.extend(Roo.Resizable, Roo.util.Observable, {
                     case "southeast":
                     case "east":
                         h = oh * (w/ow);
-                        h = Math.max(Math.max(mh, h), mxh);
+                        h = Math.min(Math.max(mh, h), mxh);
                         w = ow * (h/oh);
                        break;
                     case "south":