Removed wxTheApp = this from wxApp constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,7 +168,6 @@ void wxApp::CleanUp()
|
|||||||
wxApp::wxApp()
|
wxApp::wxApp()
|
||||||
{
|
{
|
||||||
m_topWindow = NULL;
|
m_topWindow = NULL;
|
||||||
wxTheApp = this;
|
|
||||||
|
|
||||||
m_isIdle = true;
|
m_isIdle = true;
|
||||||
#if WXWIN_COMPATIBILITY_2_2
|
#if WXWIN_COMPATIBILITY_2_2
|
||||||
|
Reference in New Issue
Block a user