mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 14:12:38 +02:00
DBG: Fixed menu <> command relationship for Threads dialog
git-svn-id: trunk@30477 -
This commit is contained in:
parent
fdd40dc1fc
commit
e65505ff79
@ -2292,6 +2292,9 @@ begin
|
||||
itmViewRegisters.Command:=GetCommand(ecToggleRegisters);
|
||||
itmViewCallStack.Command:=GetCommand(ecToggleCallStack);
|
||||
itmViewAssembler.Command:=GetCommand(ecToggleAssembler);
|
||||
itmViewThreads.Command:=GetCommand(ecViewThreads);
|
||||
if itmViewPseudoTerminal <> nil then
|
||||
itmViewPseudoTerminal.Command:=GetCommand(ecViewPseudoTerminal);
|
||||
|
||||
itmRunMenuInspect.Command:=GetCommand(ecInspect);
|
||||
itmRunMenuEvaluate.Command:=GetCommand(ecEvaluate);
|
||||
|
Loading…
Reference in New Issue
Block a user