fixed text control creation broken by my MacPreControlCreate() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-08-22 22:00:29 +00:00
parent c59da60ade
commit f6f0900d30
2 changed files with 2 additions and 2 deletions

View File

@@ -680,7 +680,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
m_macUsesTXN &= (TXNInitTextension != (void*) kUnresolvedCFragSymbolAddress) ;
// base initialization
if ( !CreateBase(parent, id, pos, size, style, validator, name) )
if ( !wxTextCtrlBase::Create(parent, id, pos, size, style, validator, name) )
return FALSE;
wxSize mySize = size ;