Commit 2d26d70b authored by Oleg Korshul's avatar Oleg Korshul

resize before InitControls

parent 6259ec25
......@@ -2059,8 +2059,8 @@ background-repeat: no-repeat;\
};
asc_docs_api.prototype.Resize = function()
{
if (false === this.bInit_word_control)
return;
//if (false === this.bInit_word_control)
// return;
this.WordControl.OnResize(false);
};
asc_docs_api.prototype.AddURL = function(url)
......
......@@ -2175,8 +2175,8 @@ background-repeat: no-repeat;\
};
asc_docs_api.prototype.Resize = function()
{
if (false === this.bInit_word_control)
return;
//if (false === this.bInit_word_control)
// return;
this.WordControl.OnResize(false);
};
asc_docs_api.prototype.AddURL = function(url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment