git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36424
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
windows (wxDialog, wxFrame).
- Fixed memory leak of pending events in wxEvtHandler
- Added wxRadioBox::IsItemEnabled/Shown()
+- Added space after list item number in wxHTML.
wxMSW:
{
c->SetAlignHor(wxHTML_ALIGN_RIGHT);
wxString markStr;
- markStr.Printf(wxT("%i."), m_Numbering);
+ markStr.Printf(wxT("%i. "), m_Numbering);
c->InsertCell(new wxHtmlWordCell(markStr, *(m_WParser->GetDC())));
}
m_WParser->CloseContainer();