mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3485 fixed analysis actions to work on "global context"
This commit is contained in:
parent
0b121ca9b8
commit
75451921b2
7 changed files with 112 additions and 78 deletions
|
@ -1471,6 +1471,11 @@ public abstract class PluginTool extends AbstractDockingTool {
|
|||
winMgr.removePreferenceState(name);
|
||||
}
|
||||
|
||||
@Override
|
||||
public ActionContext getGlobalActionContext() {
|
||||
return winMgr.getGlobalActionContext();
|
||||
}
|
||||
|
||||
//==================================================================================================
|
||||
// Inner Classes
|
||||
//==================================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue