mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* fixes F10 to call the menu, by Sergey@michint
git-svn-id: trunk@588 -
This commit is contained in:
parent
6846195a6c
commit
f6ca017761
@ -1389,7 +1389,9 @@ BEGIN
|
||||
Event.What := evCommand; { Change to command }
|
||||
Event.Command := T^.Command; { Set command value }
|
||||
Event.InfoPtr := Nil; { Clear info ptr }
|
||||
Exit; { Now exit }
|
||||
PutEvent(Event); { Put event on queue }
|
||||
ClearEvent(Event); { Clear the event }
|
||||
Exit; Exit; { Now exit }
|
||||
End;
|
||||
T := T^.Next; { Next item }
|
||||
End;
|
||||
|
Loading…
Reference in New Issue
Block a user