mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
Gtk3: removed hack.
This commit is contained in:
parent
287fbaaa1a
commit
ce1a8db4e7
@ -1989,13 +1989,6 @@ begin
|
||||
if KeyValue > VK_UNDEFINED then
|
||||
KeyValue := ACharCode; // VK_UNKNOWN;
|
||||
|
||||
if AKeyPress and (ACharCode = VK_TAB) then
|
||||
begin
|
||||
if Sender^.is_focus then
|
||||
Self.LCLObject.SelectNext(Self.LCLObject,true,true);
|
||||
exit;
|
||||
end;
|
||||
|
||||
IsArrowKey := (AEventString='') and ((ACharCode = VK_UP) or (ACharCode = VK_DOWN) or (ACharCode = VK_LEFT) or (ACharCode = VK_RIGHT));
|
||||
|
||||
{$IFDEF GTK3DEBUGKEYPRESS}
|
||||
|
Loading…
Reference in New Issue
Block a user