Merge branch 'GT-3485-ghidravore_action_context'

This commit is contained in:
ghidravore 2020-01-31 15:29:45 -05:00
commit 16f050f901
7 changed files with 112 additions and 78 deletions

View file

@ -1471,6 +1471,11 @@ public abstract class PluginTool extends AbstractDockingTool {
winMgr.removePreferenceState(name);
}
@Override
public ActionContext getGlobalActionContext() {
return winMgr.getGlobalActionContext();
}
//==================================================================================================
// Inner Classes
//==================================================================================================