Commit b0427c41 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Evita redecorar ventanas al mostrar módulos

parent eb07a7b2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@ define([

		_beforeShow: function(req) {

			if (this._getShown()) {
				return this.inherited(arguments);
			}

			if (this._getPreviouslyShown()) {
				this._removeNodeListeners();
			}