mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +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
|
@ -29,6 +29,6 @@ public class FcgActionContext extends ActionContext {
|
|||
}
|
||||
|
||||
public FcgActionContext(FcgProvider provider, Object contextObject) {
|
||||
super(provider, contextObject);
|
||||
super(provider, contextObject, provider.getComponent());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue