mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3044 - Table Actions - updated table actions to use the modern action
system
This commit is contained in:
parent
392c0846d1
commit
28f6500039
70 changed files with 642 additions and 493 deletions
|
@ -62,7 +62,7 @@ public abstract class DockingKeyBindingAction extends AbstractAction {
|
|||
tool.setStatusInfo("");
|
||||
ComponentProvider provider = tool.getActiveComponentProvider();
|
||||
ActionContext context = getLocalContext(provider);
|
||||
context.setSource(e.getSource());
|
||||
context.setSourceObject(e.getSource());
|
||||
docakbleAction.actionPerformed(context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue