Fix compilation error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-02-06 21:58:56 +00:00
parent c3f93e04f5
commit 122d1d563a

View File

@ -366,7 +366,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id,
}
#endif
if (!m_isInkEdit)
if (!IsInkEdit())
{
if ( m_verRichEdit == 2 )
{