]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/textctrl.cpp
rtti api mods added
[wxWidgets.git] / src / x11 / textctrl.cpp
index 9f69ec1a2105ca416ec3b9854739fb183adee73b..84b9ae0290e46edfaedf7dce324c5243f2a28d04 100644 (file)
@@ -7,11 +7,12 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "textctrl.h"
 #endif
 
 #include "wx/textctrl.h"
 #pragma implementation "textctrl.h"
 #endif
 
 #include "wx/textctrl.h"
+
 #include "wx/utils.h"
 #include "wx/intl.h"
 #include "wx/log.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()
 {
 
 void wxTextCtrl::OnInternalIdle()
 {
+    wxControl::OnInternalIdle();
+    
     m_ignoreInput = FALSE;
     
     if (m_lang != wxSOURCE_LANG_NONE)
     m_ignoreInput = FALSE;
     
     if (m_lang != wxSOURCE_LANG_NONE)