X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/364c7f3c681656e74b8c9bad0957b4c0ce892cf1..eb4642a989aca1aa6c1291a73d43d1247961a234:/src/motif/app.cpp diff --git a/src/motif/app.cpp b/src/motif/app.cpp index 6cf5ad773d..72ab9cb7b2 100644 --- a/src/motif/app.cpp +++ b/src/motif/app.cpp @@ -352,7 +352,11 @@ void wxApp::ProcessXEvent(WXEvent* _event) // accelerator. return; } -#if 0 // this isn't necessary anymore ??? -michael +#if 1 + // It seemed before that this hack was redundant and + // key down events were being generated by wxCanvasInputEvent. + // But no longer - why ??? + // else if (CheckForKeyDown(_event)) { // We intercepted and processed the key down event