Wine fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9ffdd8cf3c
commit
82c51a8ec9
@ -293,7 +293,11 @@ bool wxNotebook::Create(wxWindow *parent,
|
|||||||
}
|
}
|
||||||
#endif //wxUSE_UXTHEME
|
#endif //wxUSE_UXTHEME
|
||||||
|
|
||||||
|
#if defined(__WINE__) && wxUSE_UNICODE
|
||||||
|
LPCTSTR className = L"SysTabControl32";
|
||||||
|
#else
|
||||||
LPCTSTR className = WC_TABCONTROL;
|
LPCTSTR className = WC_TABCONTROL;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if USE_NOTEBOOK_ANTIFLICKER
|
#if USE_NOTEBOOK_ANTIFLICKER
|
||||||
// SysTabCtl32 class has natively CS_HREDRAW and CS_VREDRAW enabled and it
|
// SysTabCtl32 class has natively CS_HREDRAW and CS_VREDRAW enabled and it
|
||||||
|
Loading…
Reference in New Issue
Block a user