mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 13:23:10 +01:00
LCL: GTK2: TLabel: Accelerating keys will work correct again after revision 57571 #797b238648.
git-svn-id: trunk@57572 -
This commit is contained in:
parent
797b238648
commit
490a9896da
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user