added a missing \n the source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1237,7 +1237,8 @@ void wxHtmlContainerCell::RemoveExtraSpacing(bool top, bool bottom)
|
||||
cont = (wxHtmlContainerCell*)c;
|
||||
if ( IsEmptyContainer(cont) )
|
||||
{
|
||||
cont->SetIndent(0, wxHTML_INDENT_VERTICAL); }
|
||||
cont->SetIndent(0, wxHTML_INDENT_VERTICAL);
|
||||
}
|
||||
else
|
||||
{
|
||||
cont->RemoveExtraSpacing(false, true);
|
||||
|
Reference in New Issue
Block a user