Commit df34ef97 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

check_bounds

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56157 954022d7-b5bf-4e40-9824-e11837661b57
parent 62e9d22d
......@@ -1009,7 +1009,6 @@ CDLbl.prototype =
}
},
draw: CShape.prototype.draw,
......@@ -18013,6 +18012,7 @@ CTitle.prototype =
getCompiledLine: CDLbl.prototype.getCompiledLine,
getCompiledTransparent: CDLbl.prototype.getCompiledTransparent,
Get_Styles: CDLbl.prototype.Get_Styles,
check_bounds: CShape.prototype.check_bounds,
draw: function(graphics)
{
if(this.chart)
......@@ -18083,6 +18083,7 @@ CTitle.prototype =
recalculateContent: CDLbl.prototype.recalculateContent,
recalculate: function()
{
ExecuteNoHistory(function()
......
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