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

Сброс селекта при внутреннем переходе из шейпа

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51224 954022d7-b5bf-4e40-9824-e11837661b57
parent f6ee78bb
...@@ -5765,6 +5765,7 @@ ...@@ -5765,6 +5765,7 @@
hyperlink.Location = shapeHyperlink.Value; hyperlink.Location = shapeHyperlink.Value;
hyperlink.LocationSheet = spl[0]; hyperlink.LocationSheet = spl[0];
hyperlink.LocationRange = spl[1]; hyperlink.LocationRange = spl[1];
this.objectRender.controller.resetSelectionState();
} }
else else
hyperlink.Hyperlink = shapeHyperlink.Value; hyperlink.Hyperlink = shapeHyperlink.Value;
......
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