BUG 6250: solved
This commit is contained in:
@@ -342,13 +342,10 @@ Ext.onReady(function() {
|
||||
|
||||
//routine to hide the debug panel if it is open
|
||||
if( typeof parent != 'undefined' ){
|
||||
if( typeof parent.parent != 'undefined' ){
|
||||
if( parent.parent.PANEL_EAST_OPEN ){
|
||||
parent.parent.PANEL_EAST_OPEN = false;
|
||||
var debugPanel = parent.parent.Ext.getCmp('debugPanel');
|
||||
debugPanel.hide();
|
||||
debugPanel.ownerCt.doLayout();
|
||||
}
|
||||
if( parent.PANEL_EAST_OPEN ){
|
||||
parent.PANEL_EAST_OPEN = false;
|
||||
parent.Ext.getCmp('debugPanel').hide();
|
||||
parent.Ext.getCmp('debugPanel').ownerCt.doLayout();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user