Commit 3651a356 authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлен баг с неправильным обновлением курсора и интерфейса после корвертирования формулы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62673 954022d7-b5bf-4e40-9824-e11837661b57
parent fc9803a6
...@@ -6503,7 +6503,7 @@ ParaDrawing.prototype = ...@@ -6503,7 +6503,7 @@ ParaDrawing.prototype =
LogicDocument.Selection_Remove(); LogicDocument.Selection_Remove();
RightElement.Cursor_MoveToStartPos(); RightElement.Cursor_MoveToStartPos();
Para.CurPos.ContentPos = TopElementPos + 2; Para.CurPos.ContentPos = TopElementPos + 2;
Para.Document_SetThisElementCurrent(); Para.Document_SetThisElementCurrent(false);
LogicDocument.Recalculate(); LogicDocument.Recalculate();
LogicDocument.Document_UpdateSelectionState(); LogicDocument.Document_UpdateSelectionState();
......
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