mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 13:48:25 +08:00
Fixes action owner usage
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ public class FunctionComparisonProvider extends ComponentProviderAdapter
|
||||
functionComparisonPanel.getDualListingPanel();
|
||||
if (dualListingPanel != null) {
|
||||
ListingPanel leftPanel = dualListingPanel.getListingPanel(LEFT);
|
||||
return leftPanel.getHeaderActions(getName());
|
||||
return leftPanel.getHeaderActions(getOwner());
|
||||
}
|
||||
}
|
||||
return new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user