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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64702 954022d7-b5bf-4e40-9824-e11837661b57
parent a5e1be1f
......@@ -12007,6 +12007,7 @@ CDocument.prototype =
// Работаем с колонтитулом
if ( docpostype_HdrFtr === this.CurPos.Type )
{
this.DrawingDocument.Set_RulerState_Paragraph( null );
this.HdrFtr.Document_UpdateRulersState(this.CurPage);
}
else if ( docpostype_DrawingObjects === this.CurPos.Type )
......
......@@ -1751,8 +1751,6 @@ CDocumentContent.prototype =
{
if ( docpostype_DrawingObjects === this.CurPos.Type )
{
// Вызываем данную функцию, чтобы убрать рамку буквицы
this.DrawingDocument.Set_RulerState_Paragraph( null );
this.LogicDocument.DrawingObjects.documentUpdateRulersState(CurPage);
}
else //if ( docpostype_Content === this.CurPos.Type )
......
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