From 0bc93dd3c36533e2c592e3ee8b38c42a4bcd3c11 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Jul 2017 15:24:40 +0800 Subject: [PATCH] Roo/bootstrap/layout/Manager.js --- Roo/bootstrap/layout/Manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/layout/Manager.js b/Roo/bootstrap/layout/Manager.js index 4f12e845d9..6e03c3c0e2 100644 --- a/Roo/bootstrap/layout/Manager.js +++ b/Roo/bootstrap/layout/Manager.js @@ -96,6 +96,7 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.bootstrap.Component, { Roo.EventManager.onWindowResize(this.onWindowResize, this, true); if(this.el.dom != document.body ) { this.el.on('resize', this.layout,this); + this.el.on('show', this.layout,this); } }, -- 2.39.2