Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -426,7 +426,9 @@ pascal void wxMacLiveScrollbarActionProc( ControlRef control , ControlPartCode p
|
|||||||
void wxWindowMac::Init()
|
void wxWindowMac::Init()
|
||||||
{
|
{
|
||||||
m_frozenness = 0 ;
|
m_frozenness = 0 ;
|
||||||
|
#if WXWIN_COMPATIBILITY_2_4
|
||||||
m_backgroundTransparent = FALSE;
|
m_backgroundTransparent = FALSE;
|
||||||
|
#endif
|
||||||
|
|
||||||
// as all windows are created with WS_VISIBLE style...
|
// as all windows are created with WS_VISIBLE style...
|
||||||
m_isShown = TRUE;
|
m_isShown = TRUE;
|
||||||
|
Reference in New Issue
Block a user