diff --git a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java index f3cbb85f46b..31b1401ecdb 100644 --- a/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java +++ b/Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java @@ -170,7 +170,7 @@ private ActionContext getActionContext(Object source) { if (source == transformsTable.getTable()) { return new TransformTableActionContext(); } - return new DefaultActionContext(); + return null; } private void buildMainPanel() {