Fixed blatant non-initialisation bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -507,6 +507,7 @@ MyTreeCtrl::MyTreeCtrl(wxWindow *parent, const wxWindowID id,
|
|||||||
: wxTreeCtrl(parent, id, pos, size, style)
|
: wxTreeCtrl(parent, id, pos, size, style)
|
||||||
{
|
{
|
||||||
m_reverseSort = FALSE;
|
m_reverseSort = FALSE;
|
||||||
|
m_imageListNormal = NULL;
|
||||||
|
|
||||||
CreateImageList();
|
CreateImageList();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user