Patch #3248 2012-01-16 01:11

hquan

Please see bug 018474. I temporarily solved this.
Download
3248-Please_see_bug.patch (464 bytes)
Category
 
Status
Closed
Close date
2012-02-20 01:32
Assigned to
 
Index: src/sdk/wxscintilla/src/wxscintilla.cpp
===================================================================
--- src/sdk/wxscintilla/src/wxscintilla.cpp    (revision 7663)
+++ src/sdk/wxscintilla/src/wxscintilla.cpp    (working copy)
@@ -4793,6 +4794,7 @@
     if (m_lastKeyDownConsumed && evt.GetUnicodeKey() > 255)
         m_lastKeyDownConsumed = false;
 #endif
+    m_lastKeyDownConsumed=false;
 
     if (!m_lastKeyDownConsumed && !skip) {
 #if wxUSE_UNICODE
ollydbg 2012-02-20 01:32

close this patch, see more details in bug 018474.