Commit e4bc9adf authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

не рисуются некоторые типы плейсхолдеров на табнейлах шаблонов

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60032 954022d7-b5bf-4e40-9824-e11837661b57
parent f81bc1ee
......@@ -877,6 +877,24 @@ function CLayoutThumbnailDrawer()
}
else
{
var _ph_type = _sp_elem.getPlaceholderType();
var _usePH = true;
switch (_ph_type)
{
case phType_dt:
case phType_ftr:
case phType_hdr:
case phType_sldNum:
{
_usePH = false;
break;
}
default:
break;
}
if (!_usePH)
continue;
_ctx.globalAlpha = 1;
var _matrix = _sp_elem.transform;
var _x = 1;
......
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