]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
change fallback default for wx version to 27
[wxWidgets.git] / src / msw / textctrl.cpp
index 8e6a49e05fcbc129fc3abeb6dc6951423bcb573a..f2c219fba43e951003bb80d489c4bce4bdfc0122 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "textctrl.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -1776,6 +1772,7 @@ void wxTextCtrl::OnChar(wxKeyEvent& event)
                 // Insert tab since calling the default Windows handler
                 // doesn't seem to do it
                 WriteText(wxT("\t"));
+                return;
             }
             break;
     }