Commit 7f46027d authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Сделано, чтобы маркер для перемещения таблиц не пропадал сразу после перемещения (баг 23995).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55887 954022d7-b5bf-4e40-9824-e11837661b57
parent bd6fe694
...@@ -2820,6 +2820,8 @@ CTable.prototype = ...@@ -2820,6 +2820,8 @@ CTable.prototype =
} }
editor.WordControl.m_oLogicDocument.Recalculate(); editor.WordControl.m_oLogicDocument.Recalculate();
this.Start_TrackTable();
} }
} }
else else
...@@ -2886,6 +2888,8 @@ CTable.prototype = ...@@ -2886,6 +2888,8 @@ CTable.prototype =
editor.WordControl.m_oLogicDocument.Recalculate(); editor.WordControl.m_oLogicDocument.Recalculate();
} }
this.Start_TrackTable();
} }
} }
editor.WordControl.m_oLogicDocument.Selection_Remove(); editor.WordControl.m_oLogicDocument.Selection_Remove();
......
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