Commit 53e7f531 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Fix #20167

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49563 954022d7-b5bf-4e40-9824-e11837661b57
parent a5b3562a
...@@ -4830,6 +4830,7 @@ ...@@ -4830,6 +4830,7 @@
this._updateHyperlinksCache(); this._updateHyperlinksCache();
this.cellCommentator.updateCommentPosition(); this.cellCommentator.updateCommentPosition();
this.drawDepCells(); this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(true); this.objectRender.showDrawingObjects(true);
return this; return this;
}, },
...@@ -4895,6 +4896,7 @@ ...@@ -4895,6 +4896,7 @@
this.cellCommentator.updateCommentPosition(); this.cellCommentator.updateCommentPosition();
this._updateHyperlinksCache(); this._updateHyperlinksCache();
this.drawDepCells(); this.drawDepCells();
this._drawGraphic();
this.objectRender.showDrawingObjects(true); this.objectRender.showDrawingObjects(true);
return this; return this;
}, },
......
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