git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13371
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int w, int h, double scale, int align,
const wxString& mapname) : wxHtmlCell()
{
int w, int h, double scale, int align,
const wxString& mapname) : wxHtmlCell()
{
- m_window = wxStaticCast(window, wxScrolledWindow);
+ m_window = window ? wxStaticCast(window, wxScrolledWindow) : NULL;
m_scale = scale;
m_bitmap = NULL;
m_bmpW = w;
m_scale = scale;
m_bitmap = NULL;
m_bmpW = w;