From 122d1d563a3b2c797e00dd1032d178735e84f300 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 6 Feb 2006 21:58:56 +0000 Subject: [PATCH] Fix compilation error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/textctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/textctrl.cpp b/src/msw/textctrl.cpp index 381a2e3c2e..b45dc637a9 100644 --- a/src/msw/textctrl.cpp +++ b/src/msw/textctrl.cpp @@ -366,7 +366,7 @@ bool wxTextCtrl::Create(wxWindow *parent, wxWindowID id, } #endif - if (!m_isInkEdit) + if (!IsInkEdit()) { if ( m_verRichEdit == 2 ) { -- 2.45.2