mirror of https://gitlab.com/basile.b/dexed.git
fix, regression after 2d6eb412b4
, only alnum keys were working.
see comment in TCESynMemo ctor.
This commit is contained in:
parent
47155a26f1
commit
99973d73b9
|
@ -294,6 +294,7 @@ end;
|
||||||
constructor TCESynMemo.Create(aOwner: TComponent);
|
constructor TCESynMemo.Create(aOwner: TComponent);
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
|
SetDefaultKeystrokes; // not called in inherited if owner = nil !
|
||||||
Font.Quality := fqProof;
|
Font.Quality := fqProof;
|
||||||
//Font.CharSet := OEM_CHARSET;
|
//Font.CharSet := OEM_CHARSET;
|
||||||
Font.Pitch := fpFixed;
|
Font.Pitch := fpFixed;
|
||||||
|
|
Loading…
Reference in New Issue