Commit cdac1279 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

calculatedocumentsize срабатывал только на следующем пересчете

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52818 954022d7-b5bf-4e40-9824-e11837661b57
parent a8ec449b
......@@ -556,6 +556,14 @@ CBoundsController.prototype =
{
this.CheckPoint1(x,y);
this.CheckPoint2(x + w,y + h);
},
fromBounds : function(_bounds)
{
this.min_x = _bounds.min_x;
this.min_y = _bounds.min_y;
this.max_x = _bounds.max_x;
this.max_y = _bounds.max_y;
}
};
......
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