Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 04:27:33 +0000 (12:27 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 04:27:33 +0000 (12:27 +0800)
Roo/bootstrap/panel/Content.js

index 98d20d7..652ff67 100644 (file)
@@ -242,7 +242,8 @@ Roo.extend(Roo.bootstrap.panel.Content, Roo.bootstrap.Component, {
 
     ignoreResize : function(w, h){
         
-        if(this.lastSize && (this.lastSize.width == 0 || this.lastSize.height)){
+        Roo.log('run!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
+        if(this.lastSize && (this.lastSize.width == 0 || this.lastSize.height == 0)){
             this.lastSize = {width: w, height: h};
             return false;
         }