mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Corrected context issue for Find Checkouts dialog
This commit is contained in:
parent
88a19c81d4
commit
e9c8f906f6
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ public class FindCheckoutsDialog extends DialogComponentProvider {
|
|||
|
||||
@Override
|
||||
public ActionContext getActionContext(MouseEvent event) {
|
||||
return new ProjectDataActionContext(null, null, null, null, getFileList(), null, true);
|
||||
return new ProjectDataActionContext(null, folder.getProjectData(), null, null,
|
||||
getFileList(), null, true);
|
||||
}
|
||||
|
||||
private class MyCellRenderer extends GTableCellRenderer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue