Use Boolean variable to store Boolean values in wxPG.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-11-24 16:09:46 +00:00
parent a1f83adcec
commit 161e8dcff2
2 changed files with 11 additions and 7 deletions

View File

@@ -1931,7 +1931,11 @@ protected:
unsigned char m_mouseSide;
/** True when editor control is focused. */
#if WXWIN_COMPATIBILITY_3_0
unsigned char m_editorFocused;
#else
bool m_editorFocused;
#endif
/** 1 if m_latsCaption is also the bottommost caption. */
//unsigned char m_lastCaptionBottomnest;