Skip to content

Commit 14527b0

Browse files
committed
Test fixes
1 parent 76e4ac5 commit 14527b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghidra/Features/Base/src/main/java/ghidra/app/plugin/core/sourcefilestable/SourceFilesTableProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private ActionContext getActionContext(Object source) {
170170
if (source == transformsTable.getTable()) {
171171
return new TransformTableActionContext();
172172
}
173-
return new DefaultActionContext();
173+
return null;
174174
}
175175

176176
private void buildMainPanel() {

0 commit comments

Comments
 (0)