diff options
Diffstat (limited to 'UMain.pas')
| -rw-r--r-- | UMain.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1531,7 +1531,7 @@ begin // Filter out all non-character keys s := UTF8Encode(WideChar(KeyValToUnicode(Key))); if (Length(s) = 0) or (s = #0) then begin - DebugMsg(['HandleKey: not a character key. Ignoring.']); +// DebugMsg(['HandleKey: not a character key. Ignoring.']); Exit; end; |
