Commit 7bbee3f1 authored by Alexander.Trofimov's avatar Alexander.Trofimov

Баг с посещением гиперссылки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50434 954022d7-b5bf-4e40-9824-e11837661b57
parent d9b6b5bb
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
isHyperlinkClick = true; isHyperlinkClick = true;
} }
if (isHyperlinkClick) { if (isHyperlinkClick) {
if (ct.hyperlink.hyperlinkModel.getVisited()) { if (false === ct.hyperlink.hyperlinkModel.getVisited()) {
ct.hyperlink.hyperlinkModel.setVisited(true); ct.hyperlink.hyperlinkModel.setVisited(true);
ws.changeWorksheet("updateRange", {range: ct.hyperlink.hyperlinkModel.Ref.getBBox0(), isLockDraw: false, canChangeColWidth: false}); ws.changeWorksheet("updateRange", {range: ct.hyperlink.hyperlinkModel.Ref.getBBox0(), isLockDraw: false, canChangeColWidth: false});
} }
......
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