Commit 5c6d058f authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Revert 51939 (иначе при переходе с объекта на объект не передаются свойства,...

Revert 51939 (иначе при переходе с объекта на объект не передаются свойства, надо сделать более умную проверку)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51953 954022d7-b5bf-4e40-9824-e11837661b57
parent 509f010d
...@@ -5828,12 +5828,10 @@ ...@@ -5828,12 +5828,10 @@
return this.isSelectOnShape; return this.isSelectOnShape;
}, },
setSelectionShape: function (isSelectOnShape) { setSelectionShape: function (isSelectOnShape) {
if (this.isSelectOnShape !== isSelectOnShape) {
this.isSelectOnShape = isSelectOnShape; this.isSelectOnShape = isSelectOnShape;
// отправляем евент для получения свойств картинки, шейпа или группы // отправляем евент для получения свойств картинки, шейпа или группы
this._trigger("selectionNameChanged", this.getSelectionName()); this._trigger("selectionNameChanged", this.getSelectionName());
this._trigger("selectionChanged", this.getSelectionInfo()); this._trigger("selectionChanged", this.getSelectionInfo());
}
}, },
setSelection: function (range, validRange) { setSelection: function (range, validRange) {
......
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