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

Исправлен баг со сбросом выделением с автофигур (как следствие поправлен баг 21874).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51474 954022d7-b5bf-4e40-9824-e11837661b57
parent 136fded5
......@@ -6651,6 +6651,8 @@ CDocument.prototype =
}
if ( docpostype_DrawingObjects === this.CurPos.Type )
{
var ParaDrawing = this.DrawingObjects.getMajorParaDrawing();
ParaDrawing.GoTo_Text();
return this.DrawingObjects.resetSelection();
}
else if ( docpostype_Content === this.CurPos.Type )
......
......@@ -105,7 +105,6 @@ CDocumentSearch.prototype =
Replace : function(NewStr, Id)
{
//var _NewStr =
var Para = this.Elements[Id];
if ( undefined != Para )
{
......
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