Bug 761481 - GCLI help output does not display the first time; r=dcamp

This commit is contained in:
Joe Walker 2012-06-25 23:20:03 +01:00
parent f9912c615f
commit 9f65249f18

View File

@ -369,7 +369,9 @@ DeveloperToolbar.prototype.handleEvent = function DT_handleEvent(aEvent)
}
}
else if (aEvent.type == "resize") {
this.outputPanel._resize();
if (this._lastState != NOTIFICATIONS.SHOW) {
this.outputPanel._resize();
}
}
else if (aEvent.type == "TabClose") {
this._stopErrorsCount(aEvent.target);