Commit 6fdb9e00 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

Поправлено применение свойства ShapeCentred из контекстного меню для Delimiters

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68223 954022d7-b5bf-4e40-9824-e11837661b57
parent 5042c016
...@@ -3815,7 +3815,7 @@ CDelimiter.prototype.Apply_MenuProps = function(Props) ...@@ -3815,7 +3815,7 @@ CDelimiter.prototype.Apply_MenuProps = function(Props)
if(Props.ShapeCentred !== undefined && this.Pr.grow == true) if(Props.ShapeCentred !== undefined && this.Pr.grow == true)
{ {
var Shp = this.ShapeCentred == true ? DELIMITER_SHAPE_CENTERED : DELIMITER_SHAPE_MATH; var Shp = Props.ShapeCentred == true ? DELIMITER_SHAPE_CENTERED : DELIMITER_SHAPE_MATH;
if(Shp !== this.Pr.shp) if(Shp !== this.Pr.shp)
{ {
......
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