mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-2869 - Key Bindings - review fixes
This commit is contained in:
parent
43fa7e3f92
commit
2de5c40cd6
23 changed files with 142 additions and 455 deletions
|
@ -281,8 +281,8 @@ public class ToolScreenShots extends GhidraScreenShotGenerator {
|
|||
|
||||
tool = env.launchDefaultTool();
|
||||
DockingWindowManager windowManager = tool.getWindowManager();
|
||||
DockingActionManager actionMgr =
|
||||
(DockingActionManager) getInstanceField("actionManager", windowManager);
|
||||
ActionToGuiMapper actionMgr =
|
||||
(ActionToGuiMapper) getInstanceField("actionManager", windowManager);
|
||||
|
||||
DockingActionIf action = getAction(tool, "FunctionPlugin", "Delete Function");
|
||||
final KeyEntryDialog keyEntryDialog = new KeyEntryDialog(action, actionMgr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue