Fixed a bug that caused a crash on startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ecbdd409e1
commit
2d96836946
@ -522,6 +522,7 @@ LifeCanvas::LifeCanvas(wxWindow *parent, Life *life)
|
||||
{
|
||||
m_life = life;
|
||||
m_cellsize = 8;
|
||||
m_bmp = NULL;
|
||||
Reset();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user