mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3513 - Fixed Location References Provider's 'Make Selection' toolbar
action
This commit is contained in:
parent
16f050f901
commit
54e33e60e0
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