Optimization
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -224,7 +224,7 @@ void wxRichTextHTMLHandler::BeginParagraphFormatting(const wxTextAttrEx& WXUNUSE
|
||||
str << wxT("<table border=0 cellpadding=0 cellspacing=0><tr><td width=\"100%\">");
|
||||
}
|
||||
|
||||
if (thisStyle.HasLeftIndent())
|
||||
if (thisStyle.HasLeftIndent() && thisStyle.GetLeftIndent() != 0)
|
||||
{
|
||||
if (thisStyle.HasBulletStyle())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user