don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVERSAL is defined (currently it never is)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -121,7 +121,7 @@ void wxDialogBase::Init()
|
||||
// undesirable and can lead to unexpected and hard to find bugs
|
||||
SetExtraStyle(GetExtraStyle() | wxWS_EX_BLOCK_EVENTS);
|
||||
|
||||
m_container.SetContainerWindow(this);
|
||||
WX_INIT_CONTROL_CONTAINER();
|
||||
}
|
||||
|
||||
#if wxUSE_STATTEXT
|
||||
|
||||
Reference in New Issue
Block a user