mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/GT-3513-dragonmacher-selection-action-enablement'
This commit is contained in:
commit
fe21a409e0
1 changed files with 1 additions and 6 deletions
|
@ -398,12 +398,7 @@ public class LocationReferencesProvider extends ComponentProviderAdapter
|
|||
|
||||
@Override
|
||||
public ActionContext getActionContext(MouseEvent event) {
|
||||
if (event != null) {
|
||||
if (referencesPanel.selectRow(event)) {
|
||||
return new ActionContext(this, referencesPanel.getTable());
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return new ActionContext(this, referencesPanel.getTable());
|
||||
}
|
||||
|
||||
//==================================================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue