BUG 6250: solved

This commit is contained in:
Erik Amaru Ortiz
2011-02-24 23:11:04 +00:00
parent ef163a4d92
commit 02b81a15e0
6 changed files with 21 additions and 28 deletions

View File

@@ -1654,9 +1654,8 @@ documentsTab ]
// routine to hide the debug panel if it is open
if (parent.PANEL_EAST_OPEN) {
parent.PANEL_EAST_OPEN = false;
var debugPanel = parent.Ext.getCmp('debugPanel');
debugPanel.hide();
debugPanel.ownerCt.doLayout();
parent.Ext.getCmp('debugPanel').hide();
parent.Ext.getCmp('debugPanel').ownerCt.doLayout();
}
});