fix, regression after 2d6eb412b4, only alnum keys were working.

see comment in TCESynMemo ctor.
This commit is contained in:
Basile Burg 2015-01-19 04:22:31 +01:00
parent 47155a26f1
commit 99973d73b9
1 changed files with 1 additions and 0 deletions

View File

@ -294,6 +294,7 @@ end;
constructor TCESynMemo.Create(aOwner: TComponent);
begin
inherited;
SetDefaultKeystrokes; // not called in inherited if owner = nil !
Font.Quality := fqProof;
//Font.CharSet := OEM_CHARSET;
Font.Pitch := fpFixed;