LCL: GTK2: TLabel: Accelerating keys will work correct again after revision 57571 #797b238648.

git-svn-id: trunk@57572 -
This commit is contained in:
michl 2018-03-28 20:47:36 +00:00
parent 797b238648
commit 490a9896da

View File

@ -2505,7 +2505,7 @@ begin
begin
FillChar(Msg, SizeOf(Msg), 0);
Msg.KeyData := CommonKeyData;
Msg.KeyData := CommonKeyData or (Flags shl 16) or $0001;
Msg.Msg := CHAR_MAP[SysKey, ABeforeEvent];
// send the (Sys)Char message directly (not queued) to the LCL