Mini error reported by Valgrind.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2003-07-06 12:38:45 +00:00
parent cd0a3c88a3
commit ca93cfe6b8
2 changed files with 6 additions and 0 deletions

View File

@@ -2483,6 +2483,9 @@ void wxWindowGTK::Init()
m_delayedForegroundColour = FALSE;
m_delayedBackgroundColour = FALSE;
m_oldClientWidth = 0;
m_oldClientHeight = 0;
#ifdef __WXGTK20__
m_imContext = NULL;

View File

@@ -2483,6 +2483,9 @@ void wxWindowGTK::Init()
m_delayedForegroundColour = FALSE;
m_delayedBackgroundColour = FALSE;
m_oldClientWidth = 0;
m_oldClientHeight = 0;
#ifdef __WXGTK20__
m_imContext = NULL;