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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51240 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c878b6a
......@@ -2565,6 +2565,10 @@ function ParaTab()
this.Type = para_Tab;
this.TabType = tab_Left;
this.Width = 0;
this.Height = 0;
this.WidthVisible = 0;
}
ParaTab.prototype =
......@@ -2588,10 +2592,6 @@ ParaTab.prototype =
{
Context.SetFont( {FontFamily: { Name : "Wingdings 3", Index : -1 }, FontSize: 10, Italic: false, Bold : false} );
this.RealWidth = Context.Measure( String.fromCharCode( tab_Symbol ) ).Width;
this.Width = 0;
this.Height = 0;
this.WidthVisible = 0;
},
Is_RealContent : function()
......
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