Call base OnInternalIdle
Use wxUniv textctrl implementation in wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#endif
|
||||
|
||||
#include "wx/textctrl.h"
|
||||
|
||||
#include "wx/utils.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/log.h"
|
||||
@@ -1963,6 +1964,8 @@ void wxTextCtrl::OnChar( wxKeyEvent &event )
|
||||
|
||||
void wxTextCtrl::OnInternalIdle()
|
||||
{
|
||||
wxControl::OnInternalIdle();
|
||||
|
||||
m_ignoreInput = FALSE;
|
||||
|
||||
if (m_lang != wxSOURCE_LANG_NONE)
|
||||
|
Reference in New Issue
Block a user