fixes for handling WM_SYSCOLORCHANGE - now seems to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: window.h
|
||||
// Name: wx/window.h
|
||||
// Purpose: wxWindowBase class - the interface of wxWindow
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
@@ -823,6 +823,11 @@ protected:
|
||||
bool m_isEnabled:1;
|
||||
bool m_isBeingDeleted:1;
|
||||
|
||||
// was the window colours/font explicitly changed by user?
|
||||
bool m_hasBgCol:1;
|
||||
bool m_hasFgCol:1;
|
||||
bool m_hasFont:1;
|
||||
|
||||
// window attributes
|
||||
long m_windowStyle,
|
||||
m_exStyle;
|
||||
|
Reference in New Issue
Block a user