Commit b1f37f76 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

частично поправлен баг Bug 31168 - [FastEdit] Тормоза при наборе текста

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67081 954022d7-b5bf-4e40-9824-e11837661b57
parent ba7470aa
......@@ -2129,7 +2129,7 @@ function CPresentationBullet()
this.Draw = function(X, Y, Context, FirstTextPr, PDSE)
{
if ( null === this.m_oTextPr || null === this.m_nNum )
if ( null === this.m_oTextPr || null === this.m_nNum || null == this.m_sString || this.m_sString.length == 0)
return;
var oColor = { r : this.m_oColor.r, g : this.m_oColor.g, b : this.m_oColor.b };
......
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