Commit 8f8befe6 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

падение при открытии слайда без фона

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61750 954022d7-b5bf-4e40-9824-e11837661b57
parent 8407551c
...@@ -1040,6 +1040,7 @@ Slide.prototype = ...@@ -1040,6 +1040,7 @@ Slide.prototype =
{ {
_back_fill = new CUniFill(); _back_fill = new CUniFill();
_back_fill.fill = new CSolidFill(); _back_fill.fill = new CSolidFill();
_back_fill.fill.color = new CUniColor();
_back_fill.fill.color.color = new CRGBColor(); _back_fill.fill.color.color = new CRGBColor();
_back_fill.fill.color.color.RGBA = {R:255, G:255, B:255, A:255}; _back_fill.fill.color.color.RGBA = {R:255, G:255, B:255, A:255};
} }
......
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