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

Corrige redimensión tras ocultar ancestro

parent 27394397
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -48,6 +48,18 @@ define([
		noButtonsWindow: false,
		noCloseWindow: false,

		_setShowOwnCallbacksForEvents: function () {

			this.inherited(arguments);

			this._onEvt('ANCESTOR_SHOW', lang.hitch(this, this._onWindowAncestorShown));
		},

		_onWindowAncestorShown: function() {

			this._emitResize();
		},

		_beforeShow: function(req) {

			if (this._getPreviouslyShown()) {