mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GT-2229: added action to issue a goto when new function selected
GT-2229: added support for multiple programs GT-2229: Updated icons/help/screenshots for function new comparison features GT-2229: minor fixes after code review GT-2229: minor code review fix
This commit is contained in:
parent
b9531416c0
commit
cc44d0c952
10 changed files with 230 additions and 10 deletions
|
@ -688,12 +688,12 @@ public abstract class DecompilerCodeComparisonPanel<T extends DualDecompilerFiel
|
|||
}
|
||||
|
||||
@Override
|
||||
protected FieldPanel getLeftFieldPanel() {
|
||||
public FieldPanel getLeftFieldPanel() {
|
||||
return getLeftDecompilerPanel().getFieldPanel();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected FieldPanel getRightFieldPanel() {
|
||||
public FieldPanel getRightFieldPanel() {
|
||||
return getRightDecompilerPanel().getFieldPanel();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue