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

убрано изменение объекта Юлиного

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50654 954022d7-b5bf-4e40-9824-e11837661b57
parent f05a7fc3
...@@ -4431,12 +4431,12 @@ function DrawingObjects() { ...@@ -4431,12 +4431,12 @@ function DrawingObjects() {
var _img = api.ImageLoader.LoadImage(objectProperties.ImageUrl, 1) var _img = api.ImageLoader.LoadImage(objectProperties.ImageUrl, 1)
if (null != _img) { if (null != _img) {
objectProperties.ImageUrl = _img.src; //objectProperties.ImageUrl = _img.src;
_this.controller.setGraphicObjectProps( objectProperties ); _this.controller.setGraphicObjectProps( objectProperties );
} }
else { else {
_this.asyncImageEndLoaded = function(_image) { _this.asyncImageEndLoaded = function(_image) {
objectProperties.ImageUrl = _image.src; //objectProperties.ImageUrl = _image.src;
_this.controller.setGraphicObjectProps( objectProperties ); _this.controller.setGraphicObjectProps( objectProperties );
} }
} }
...@@ -4446,12 +4446,12 @@ function DrawingObjects() { ...@@ -4446,12 +4446,12 @@ function DrawingObjects() {
var _img = api.ImageLoader.LoadImage(objectProperties.ShapeProperties.fill.fill.url, 1); var _img = api.ImageLoader.LoadImage(objectProperties.ShapeProperties.fill.fill.url, 1);
if ( null != _img ) { if ( null != _img ) {
objectProperties.ImageUrl = _img.src; //objectProperties.ImageUrl = _img.src;
_this.controller.setGraphicObjectProps( objectProperties ); _this.controller.setGraphicObjectProps( objectProperties );
} }
else { else {
_this.asyncImageEndLoaded = function(_image) { _this.asyncImageEndLoaded = function(_image) {
objectProperties.ImageUrl = _image.src; //objectProperties.ImageUrl = _image.src;
_this.controller.setGraphicObjectProps( objectProperties ); _this.controller.setGraphicObjectProps( objectProperties );
} }
} }
......
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