Commit 1daed914 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 24425 - Не изменяется размер автофигуры в колонтитуле, с зажатой клавишей shift

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56796 954022d7-b5bf-4e40-9824-e11837661b57
parent 967ec7b1
...@@ -9601,7 +9601,9 @@ CDocument.prototype = ...@@ -9601,7 +9601,9 @@ CDocument.prototype =
} }
else else
{ {
if ( true === e.ShiftKey && ( docpostype_DrawingObjects !== this.CurPos.Type || true === this.DrawingObjects.checkTextObject(X, Y, PageIndex) ) ) if ( true === e.ShiftKey &&
( (docpostype_DrawingObjects !== this.CurPos.Type && !(docpostype_HdrFtr === this.CurPos.Type && this.HdrFtr.CurHdrFtr && this.HdrFtr.CurHdrFtr.Content.CurPos.Type === docpostype_DrawingObjects))
|| true === this.DrawingObjects.checkTextObject(X, Y, PageIndex) ) )
{ {
if ( true === this.Is_SelectionUse() ) if ( true === this.Is_SelectionUse() )
{ {
......
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